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

Add Location

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

Add Location

@csrf
{{-- Project --}}
{{-- Place Name --}}
name for edit --}} class="form-control" placeholder="Type a place name to search..." autocomplete="off" required> Start typing — select from suggestions to auto-fill coordinates
{{-- Latitude --}}
{{-- Longitude --}}
{{-- Location Image --}}

PNG, JPG, SVG — max 10MB
{{-- Map Picker --}}
Cancel
{{-- Load Maps with Places library ──────────────── --}} @include('Partials.footer')