{{-- resources/views/agent/appointments/create.blade.php --}} @extends('layouts.contentLayoutMaster') @section('title','Schedule Appointment') @section('content')

Schedule Appointment

@if($errors->any())
@endif
@csrf {{-- Client selector (schema-agnostic; uses ?client_id= and old() fallback) --}}
@php $prefill = (int) old('client_id', $prefillClientId ?? request()->integer('client_id')); @endphp
Cancel
@endsection