@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Booking') }} {{ __('Create') }} {{ __('Booking') }} @csrf {{ __('Pilih Pasien') }} @if(!empty($pre_patient)) {{ $pre_patient->nomor_identitas }} - {{ $pre_patient->nama_lengkap }} @endif @if ($errors->has('patient_id')) {{ $errors->first('patient_id') }} @endif {{ __('Tanggal Pemeriksaan') }} @if ($errors->has('tanggal_pemeriksaan')) {{ $errors->first('tanggal_pemeriksaan') }} @endif {{ __('Layanan') }} Pilih Layanan @foreach($services as $service) id == old('service_id'))?'selected':'' }}>{{ $service->nama }} @endforeach @if ($errors->has('service_id')) {{ $errors->first('service_id') }} @endif {{ __('Biaya Layanan') }} {{ __('Save') }}