@extends('layouts.employee') @section('title', 'Location Request') @section('content')
{{-- Header --}}

Location & Evidence Request

{{ $jobName }} ({{ $jobRef }})

{{-- Form --}}
@csrf @if($errors->any())

Error

@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif

📌 Note: Please provide either your location information or upload evidence photos (or both).

{{-- Location Section --}}

Location Information

Describe where you are currently located

Share your live location from Google Maps

{{-- Evidence Photos --}}

Evidence Photos

You can select multiple photos (max 10MB each)

{{-- Remarks --}}
{{-- Submit Button --}}
Cancel
@endsection