@section('optional_css') @endsection @section('optional_js') @endsection

{{ __('Booking') }}

{{ __('Create') }} {{ __('Booking') }} @csrf
{{ __('Tanggal Pemeriksaan') }}
@if ($errors->has('tanggal_pemeriksaan')) {{ $errors->first('tanggal_pemeriksaan') }} @endif
{{ __('Layanan') }}
@if ($errors->has('service_id')) {{ $errors->first('service_id') }} @endif
{{ __('Project') }}
@if ($errors->has('company_project_id')) {{ $errors->first('company_project_id') }} @endif
{{ __('Pembayaran') }}
@if ($errors->has('pembayaran')) {{ $errors->first('pembayaran') }} @endif
{{ __('Patient') }}
@if ($errors->has('patient_id')) {{ $errors->first('patient_id') }} @endif
@foreach($patients as $patient) @endforeach
{{ __('No Identitas') }} {{ __('Nama Lengkap') }} {{ __('No Telepon') }} {{ __('Alamat') }} {{ __('Action') }}
{{ $patient->nomor_identitas }} {{ $patient->nama_lengkap }} {{ $patient->nomor_telepon }} {{ $patient->alamat }} Pilih Hapus
{{ __('Save') }}