@include('Partials.sidebar')
@include('Partials.header')

Edit Location

  1. Locations
  2. Edit
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Edit Location

@csrf @method('PUT')
{{-- Project --}}
{{-- Place Name with Autocomplete --}}
Start typing — select from suggestions to auto-fill coordinates
{{-- Latitude --}}
{{-- Longitude --}}
{{-- Location Image --}}

@if($location->location_image)
Current:
@endif PNG, JPG, SVG — max 10MB @if($location->location_image) · Leave empty to keep current @endif
{{-- Map Picker --}}
Cancel
@include('Partials.footer')