@extends('layouts.app') @section('page-header') @endsection @section('htmlheader_title') View Sites @endsection @section('modal') @foreach($sites as $site) @endforeach @endsection @section('contentheader_title') View Sites @endsection @section('main-content')

We have {{$total}} Sites

@foreach($sites as $site) @endforeach
Name Type Latitude Longitude Contacts Notes
{{ $site->name}} {{ $site->type}} {{ $site->latitude}} {{ $site->longitude}}
Name Type Latitude Longitude Contacts Notes
@endsection @section('page-scripts') {{ asset('/plugins/jQuery/jQuery-2.1.4.min.js') }} @endsection