@extends('layouts.dashboard') @section('title', 'Schedule New Visit') @section('content')
Back to Visits

Schedule New Visit

Schedule a new field visit for an employee

Visit Information

Fill in the visit details and schedule

@csrf

Visit Details

@error('client_id')

{{ $message }}

@enderror
@error('employee_id')

{{ $message }}

@enderror
@error('scheduled_date')

{{ $message }}

@enderror
@error('scheduled_time')

{{ $message }}

@enderror

Location Information

@error('governorate_id')

{{ $message }}

@enderror
@error('city_id')

{{ $message }}

@enderror
@error('area')

{{ $message }}

@enderror
@error('address')

{{ $message }}

@enderror

GPS Coordinates

@error('latitude')

{{ $message }}

@enderror
@error('longitude')

{{ $message }}

@enderror

Map Preview

Enter GPS coordinates or use "Get Location" to view map

Additional Comments

@error('comments')

{{ $message }}

@enderror

Fields marked with * are required

Cancel

Quick Tips

  • Select a client to automatically fill location information
  • GPS coordinates are required for visit tracking and verification
  • Use "Get Location" button to automatically fetch your current coordinates
  • Employees will receive notifications for their scheduled visits
@endsection