@extends('layouts.app') @section('page-header') @endsection @section('htmlheader_title') Add a note to a Site @endsection @section('contentheader_title') Add a note to a Site @endsection @section('main-content')

Select a Site to Create a Note

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach($sites as $site) @endforeach
Select Name Type Latitude Longitude
{{ $site->name}} {{ $site->type}} {{ $site->latitude}} {{ $site->longitude}}
Select Name Type Latitude Longitude


@endsection @section('page-scripts') {{ asset('/plugins/jQuery/jQuery-2.1.4.min.js') }} @endsection