@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Location Locations View Location Form @csrf Choose Project Choose... @foreach ($projects as $project) {{ $project->project_name }} @endforeach Location: {{-- Latitude: Longitude: --}} Choose a Image: Choose File Submit @include('Partials.footer')