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

Select a Site

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if ($mode == 'mail')
@elseif ($mode == 'heat') @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') @endsection