@include('Partials.sidebar') @include('Partials.header') Add Location › Locations › Add @if(session('success')) {{ session('success') }} × @endif @if($errors->any()) @foreach($errors->all() as $error) {{ $error }} @endforeach × @endif Add Location @csrf {{-- Project --}} Project * — Select Project — @foreach($projects as $project) id ? 'selected' : '' }}> {{ $project->project_name }} @endforeach {{-- Place Name --}} 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 --}} Latitude * {{-- Longitude --}} Longitude * {{-- Location Image --}} Location Image (optional) Choose Image PNG, JPG, SVG — max 10MB {{-- Map Picker --}} Pick on Map (click map to set lat/lng automatically) Add Location Cancel {{-- Load Maps with Places library ──────────────── --}} @include('Partials.footer')