{{ __('patientappo.lab results') }} {{ __('basic.operations') }} {{ __('basic.attachments') }}
Dropdown Header:
{{ __('patientappo.new lab') }}
@if (!$patient->labs->isEmpty())
@foreach ($patient->labs as $item) {{-- blade-formatter-disable-next-line --}} @break($loop->index === 3) @if ($item->invoice_item) @if ($item->invoice_item->invoice->status == 0)

{{ date('d M Y', strtotime($item->created_at)) }}

{{ $item->service_item->name }}
{{ __('basic.not paid') }}
@else @if ($item->status == 0) @php $lab_status_btn = 'Sent'; $lab_href = ''; @endphp @else @php $lab_status_btn = ''; $lab_href = 'href="' . URL::asset('img/lab/' . $item->xray_file) . '"'; @endphp @endif

{{ date('d M Y', strtotime($item->created_at)) }}

{{ $item->service_item->name }}
@php echo $lab_status_btn @endphp
@endif @endif @endforeach
@else

You can put your notes

@endif
{{ __('basic.more') }}
{{ __('basic.operations') }} {{ __('basic.attachments') }} {{ __('patientappo.lab results') }}
Dropdown Header:
{{ __('patientappo.new operation') }}
@if (!$patient->operations->isEmpty())
@foreach ($patient->operations as $item) {{-- blade-formatter-disable-next-line --}} @break($loop->index === 3) @if ($item->status == 0) @php $text_color = 'not_accepted-color'; $msg = __('patientappo.not scheduled'); @endphp @elseif ($item->status == 1) @php $text_color = 'main-color'; $msg = __('patientappo.scheduled'); @endphp @elseif ($item->status == 2) @php $text_color = 'arrived-color'; $msg = __('patientappo.accepted'); @endphp @elseif ($item->status == 3) @php $text_color = 'done-color'; $msg = __('patientappo.done'); @endphp @elseif ($item->status == 4) @php $text_color = 'notresp-color'; $msg = __('patientappo.not respond'); @endphp @elseif ($item->status == 5) @php $text_color = 'inprog-color'; $msg = __('patientappo.postponed'); @endphp @elseif ($item->status == 6) @php $text_color = 'cancel-color'; $msg = __('patientappo.canceled'); @endphp @endif @if ($item->invoice_item) @if ($item->invoice_item->invoice->status == 0) @php $text_color_invoice = 'cancel-color-btn'; $msg_invoice = __('basic.not paid'); @endphp @elseif ($item->invoice_item->invoice->status == 1) @php $text_color_invoice = 'pend-color-btn'; $msg_invoice = __('basic.pending'); @endphp @elseif ($item->invoice_item->invoice->status == 2) @php $text_color_invoice = 'prog-color-btn'; $msg_invoice = __('basic.installment'); @endphp @elseif ($item->invoice_item->invoice->status == 3) @php $text_color_invoice = 'done-color-btn'; $msg_invoice = __('basic.paid'); @endphp @elseif ($item->invoice_item->invoice->status == 4) @php $text_color_invoice = 'cancel-color-btn'; $msg_invoice = __('basic.refund'); @endphp @endif @else @php $text_color_invoice = 'done-color-btn'; $msg_invoice = __('patientappo.old record'); @endphp @endif

{{ date('h:i a d M Y', strtotime($item->start_at)) }}

@if ($item->service_item) {{ $item->service_item->name }} @else Deleted Service @endif

{{ $msg }}

{{ $msg_invoice }}
@endforeach
@else

{{ __('patientappo.new operation') }}

@endif
{{ __('basic.more') }}
{{ __('basic.attachments') }} {{ __('basic.operations') }} {{ __('patientappo.lab results') }}
Dropdown Header:
{{ __('basic.new attachment') }}
@if (!$patient->attachments->isEmpty())
@foreach ($patient->attachments as $item) {{-- blade-formatter-disable-next-line --}} @break($loop->index === 3)

{{ $item->date }}

{{ $item->name }}

{{ __('basic.download') }}
@endforeach
@else

{{ __('basic.new attachment') }}

@endif
{{ __('basic.more') }}
{{ __('patientappo.lab results') }}
@foreach ($patient->labs as $item) @if ($item->status == 0) @php $text_color = 'active-color-btn'; $msg = __('basic.sent'); @endphp @elseif ($item->status == 1) @php $text_color = 'done-color-btn'; $msg = __('patientappo.done'); @endphp @endif @if ($item->invoice_item) @if ($item->invoice_item->invoice->status == 0) @php $text_color_invoice = 'cancel-color-btn'; $msg_invoice = __('basic.not paid'); @endphp @elseif ($item->invoice_item->invoice->status == 1) @php $text_color_invoice = 'pend-color-btn'; $msg_invoice = __('basic.pending'); @endphp @elseif ($item->invoice_item->invoice->status == 2) @php $text_color_invoice = 'prog-color-btn'; $msg_invoice = __('basic.installment'); @endphp @elseif ($item->invoice_item->invoice->status == 3) @php $text_color_invoice = 'done-color-btn'; $msg_invoice = __('basic.paid'); @endphp @elseif ($item->invoice_item->invoice->status == 4) @php $text_color_invoice = 'cancel-color-btn'; $msg_invoice = __('basic.refund'); @endphp @endif @else @php $text_color_invoice = 'done-color-btn'; $msg_invoice = __('patientappo.old lab'); @endphp @endif @endforeach
{{ __('basic.name') }} {{ __('basic.code') }} {{ __('patientappo.pay status') }} {{ __('patientappo.pay Code') }} {{ __('basic.status') }} {{ __('basic.note') }} {{ __('basic.created') }} {{ __('basic.handle') }}
{{ $item->service_item->name }} {{ $item->code }} {{ $msg_invoice }} @if ($item->invoice_item) {{ @$item->invoice_item->invoice->code }} @else No Payment @endif {{ $msg }} {{ $item->note_lab }} {{ date('d M Y', strtotime($item->created_at)) }} @if (!empty($item->xray_file)) {{ __('basic.download') }} @endif @if ($item->invoice_item) @if ($item->invoice_item->invoice->status == 0) {{ __('basic.delete') }} @endif @endif
{{ method_field('POST') }} {{ csrf_field() }}
{{ __('patientappo.new lab') }}
@error('lab_cat_serv_id') {{ $message }} @enderror
@error('note_doctor_lab') {{ $message }} @enderror

@error('last_appointment_id') {{ $message }} @enderror
@error('lab_cat_invoice') {{ $message }} @enderror
@error('invoice_note_lab') {{ $message }} @enderror
{{ __('basic.delete') }}
{{ method_field('delete') }} {{ csrf_field() }}

ِAre you sure you want to delete this X-Ray?


{{ __('basic.operations') }}
@foreach ($patient->operations as $item) @if ($item->status == 0) @php $text_color = 'not_accepted-color-btn'; $msg = __('patientappo.not scheduled'); @endphp @elseif ($item->status == 1) @php $text_color = 'main-color-btn'; $msg = __('patientappo.scheduled'); @endphp @elseif ($item->status == 2) @php $text_color = 'active-color-btn'; $msg = __('patientappo.accepted'); @endphp @elseif ($item->status == 3) @php $text_color = 'done-color-btn'; $msg = __('patientappo.with doctor'); $msg = __('patientappo.done'); @endphp @elseif ($item->status == 4) @php $text_color = 'pend-color-btn'; $msg = __('patientappo.not respond'); @endphp @elseif ($item->status == 5) @php $text_color = 'prog-color-btn'; $msg = __('patientappo.postponed'); @endphp @elseif ($item->status == 6) @php $text_color = 'cancel-color-btn'; $msg = __('patientappo.canceled'); @endphp @endif @if ($item->invoice_item) @if ($item->invoice_item->invoice->status == 0) @php $text_color_invoice = 'cancel-color-btn'; $msg_invoice = __('basic.not paid'); @endphp @elseif ($item->invoice_item->invoice->status == 1) @php $text_color_invoice = 'pend-color-btn'; $msg_invoice = __('basic.pending'); @endphp @elseif ($item->invoice_item->invoice->status == 2) @php $text_color_invoice = 'prog-color-btn'; $msg_invoice = __('basic.installment'); @endphp @elseif ($item->invoice_item->invoice->status == 3) @php $text_color_invoice = 'done-color-btn'; $msg_invoice = __('basic.paid'); @endphp @elseif ($item->invoice_item->invoice->status == 4) @php $text_color_invoice = 'cancel-color-btn'; $msg_invoice = __('basic.refund'); @endphp @endif @php $invoice_id_operation = route('sett.invoice.show', $item->invoice_item->invoice->id); @endphp @else @php $msg_invoice = 'Old Appointment'; $text_color_invoice = 'done-color-btn'; $invoice_id_operation = ''; @endphp @endif

{{ date('h:i a Y-m-d', strtotime($item->start_at)) }}

@if ($item->service_item) {{ $item->service_item->name }} @else Deleted Service @endif

Op place: {{ $item->place->name }} @isset($item->doctor->first_name) with docotr {{ $item->doctor->first_name }} @endisset

Status

{{ $msg }}

Payment

{{ $msg_invoice }}

Improvment Rate

@if ($item->improvement_rate) {{ $item->improvement_rate }} @else Not selected @endif
{{ __('basic.edit') }} @if ($item->invoice_item) @if ($item->invoice_item->invoice->status == 0) {{ __('basic.delete') }} @endif @endif

Here is all info before the operation

@if ($item->pre_op_draw) Update @else Add New @endif

@if (!empty($item->pre_op_draw->front)) @else
{{ __('patientappo.no back draw') }}
@endif
@if (!empty($item->pre_op_draw->back)) @else
{{ __('patientappo.no front draw') }}
@endif
@if (!empty($item->pre_op_draw->note)) {{ $item->pre_op_draw->note }} @else No Note @endif
@foreach ($item->diseases as $item_des) @if ($item_des->status == 0) @php $text_color = 'active-color-btn'; $msg = __('patientappo.still'); @endphp @elseif ($item_des->status == 1) @php $text_color = 'done-color-btn'; $msg = __('patientappo.healed'); @endphp @endif @endforeach
{{ __('basic.name') }} {{ __('basic.start') }} {{ __('basic.end') }} {{ __('basic.status') }} {{ __('basic.handle') }}
{{ $item_des->diseasecats->name }} {{ $item_des->start }} {{ $item_des->end }} {{ $msg }} {{ __('basic.edit') }} {{ __('basic.delete') }}

@if ($item->during_op)
@csrf @method('PUT')
Dorsum (Hump Reduction Bony)
during_op->dorsum_hump_reduction_bony) checked @endif name="dorsum_hump_reduction_bony" type="checkbox" value="1" id="dorsum_hump_reduction_bony_up">
@error('dorsum_hump_reduction_bony') {{ $message }} @enderror
Dorsum (Hump Reduction Septal)
during_op->dorsum_hump_reduction_septal) checked @endif name="dorsum_hump_reduction_septal" type="checkbox" value="1" id="dorsum_hump_reduction_septal_up">
@error('dorsum_hump_reduction_septal') {{ $message }} @enderror
Dorsum (Hump Reduction Cartilaginous)
during_op->dorsum_hump_reduction_cartilaginous) checked @endif name="dorsum_hump_reduction_cartilaginous" type="checkbox" value="1" id="dorsum_hump_reduction_cartilaginous_up">
@error('dorsum_hump_reduction_cartilaginous') {{ $message }} @enderror
Dorsum (Augmentation)
during_op->dorsum_augmentation) checked @endif type="checkbox" value="1" id="dorsum_augmentation_up">
@error('dorsum_augmentation') {{ $message }} @enderror
Septum (Caudal Resection)
during_op->dorsum_caudal_resection) checked @endif value="1" id="dorsum_caudal_resection_up">
@error('dorsum_caudal_resection') {{ $message }} @enderror
Septum (Excision Except Lat. Strut)
during_op->septum_excision_except) checked @endif name="septum_excision_except" type="checkbox" value="1" id="septum_excision_except_up">
@error('septum_excision_except') {{ $message }} @enderror
Septum (Total Excision & Reconstruction)
during_op->septum_total_excision_reconstruction) checked @endif name="septum_total_excision_reconstruction" type="checkbox" value="1" id="septum_total_excision_reconstruction_up">
@error('septum_total_excision_reconstruction') {{ $message }} @enderror
Septum (Reconstruction)
during_op->septum_reconstruction) checked @endif name="septum_reconstruction" type="checkbox" value="1" id="septum_reconstruction_up">
@error('septum_reconstruction') {{ $message }} @enderror
Septum (Fixation to the spine)
during_op->septum_fixation_spine) checked @endif name="septum_fixation_spine" type="checkbox" value="1" id="septum_fixation_spine_up">
@error('septum_fixation_spine') {{ $message }} @enderror
Septum (Fixation to the Nasal Bones)
during_op->septum_fixation_nasal_bones) checked @endif name="septum_fixation_nasal_bones" type="checkbox" value="1" id="septum_fixation_nasal_bones_up">
@error('septum_fixation_nasal_bones') {{ $message }} @enderror
Septum (Scoring)
during_op->septum_scoring) checked @endif type="checkbox" value="1" id="septum_scoring_up">
@error('septum_scoring') {{ $message }} @enderror
Osteotomies (Med. Oblique)
during_op->osteotomies_med_oblique) checked @endif value="1" id="osteotomies_med_oblique_up">
@error('osteotomies_med_oblique') {{ $message }} @enderror
Osteotomies (Lateral)
during_op->osteotomies_lateral) checked @endif type="checkbox" value="1" id="osteotomies_lateral_up">
@error('osteotomies_lateral') {{ $message }} @enderror
Osteotomies (Multiple)
during_op->osteotomies_multiple) checked @endif value="1" id="osteotomies_multiple_up">
@error('osteotomies_multiple') {{ $message }} @enderror
Osteotomies (Bone carving)
during_op->osteotomies_bone_carving) checked @endif type="checkbox" value="1" id="osteotomies_bone_carving_up">
@error('osteotomies_bone_carving') {{ $message }} @enderror
Upper Lats (On-lay Grafts)
during_op->upper_lats_on_lay_grafts) checked @endif type="checkbox" value="1" id="upper_lats_on_lay_grafts_up">
@error('upper_lats_on_lay_grafts') {{ $message }} @enderror
Upper Lats ( Total Reconstruction )
during_op->upper_lats_total_reconstruction) checked @endif id="upper_lats_total_reconstruction_up">
@error('upper_lats_total_reconstruction') {{ $message }} @enderror
Upper Lats (Spreader Grafts)
during_op->upper_lats_spreader_grafts) checked @endif type="checkbox" value="1" id="upper_lats_spreader_grafts_up">
@error('upper_lats_spreader_grafts') {{ $message }} @enderror
Upper Lats (Spreader Flaps)
during_op->upper_lats_spreader_flaps) checked @endif type="checkbox" value="1" id="upper_lats_spreader_flaps_up">
@error('upper_lats_spreader_flaps') {{ $message }} @enderror
Tip Plasty (Hemidomal Suture)
during_op->tip_plasty_hemidomal_suture) checked @endif type="checkbox" value="1" id="tip_plasty_hemidomal_suture_up">
@error('tip_plasty_hemidomal_suture') {{ $message }} @enderror
Tip Plasty (Tip Defining Suture)
during_op->tip_plasty_tip_defining_suture) checked @endif type="checkbox" value="1" id="tip_plasty_tip_defining_suture_up">
@error('tip_plasty_tip_defining_suture') {{ $message }} @enderror
Tip Plasty (Tip Equalizing Suture)
during_op->tip_plasty_tip_equalizing_suture) checked @endif type="checkbox" value="1" id="tip_plasty_tip_equalizing_suture_up">
@error('tip_plasty_tip_equalizing_suture') {{ $message }} @enderror
Tip Plasty (Other Sutures)
during_op->tip_plasty_other_sutures) checked @endif type="checkbox" value="1" id="tip_plasty_other_sutures_up">
@error('tip_plasty_other_sutures') {{ $message }} @enderror
Cap Graft (Non-Crushed Cartilage)
during_op->cap_graft_non_crushed_cartilage) checked @endif type="checkbox" value="1" id="cap_graft_non_crushed_cartilage_up">
@error('cap_graft_non_crushed_cartilage') {{ $message }} @enderror
Cap Graft (Crushed Cartilage)
during_op->cap_graft_crushed_cartilage) checked @endif type="checkbox" value="1" id="cap_graft_crushed_cartilage_up">
@error('cap_graft_crushed_cartilage') {{ $message }} @enderror
Cap Graft (Soft Tissue Cartilage)
during_op->cap_graft_soft_tissue_cartilage) checked @endif type="checkbox" value="1" id="cap_graft_soft_tissue_cartilage_up">
@error('cap_graft_soft_tissue_cartilage') {{ $message }} @enderror
Tip-Plasty (Shield Graft)
during_op->tip_plasty_shield_graft) checked @endif value="1" id="tip_plasty_shield_graft_up">
@error('tip_plasty_shield_graft') {{ $message }} @enderror
Tip-Plasty (Columellar Strut)
during_op->tip_plasty_columellar_strut) checked @endif type="checkbox" value="1" id="tip_plasty_columellar_strut_up">
@error('tip_plasty_columellar_strut') {{ $message }} @enderror
Tools (Rose head Drill)
during_op->tools_rose_head_drill) checked @endif value="1" id="tools_rose_head_drill_up">
@error('tools_rose_head_drill') {{ $message }} @enderror
Tools (Burr head Drill)
during_op->tools_burr_head_drill) checked @endif value="1" id="tools_burr_head_drill_up">
@error('tools_burr_head_drill') {{ $message }} @enderror
Tools (Piezotome )
during_op->tools_piezotome) checked @endif type="checkbox" value="1" id="tools_piezotome_up">
@error('tools_piezotome') {{ $message }} @enderror
Tools (Hammer & Chisel)
during_op->tools_hammer_chisel) checked @endif type="checkbox" value="1" id="tools_hammer_chisel_up">
@error('tools_hammer_chisel') {{ $message }} @enderror
Dorsal Graft
during_op->dorsal_graft) checked @endif type="checkbox" value="1" id="dorsal_graft_up">
@error('dorsal_graft') {{ $message }} @enderror
Conceal Cartilage Graft
during_op->conceal_cartilage_graft) checked @endif value="1" id="conceal_cartilage_graft_up">
@error('conceal_cartilage_graft') {{ $message }} @enderror
Costal Cartilage Graft
during_op->costal_cartilage_graft) checked @endif value="1" id="costal_cartilage_graft_up">
@error('costal_cartilage_graft') {{ $message }} @enderror
Temporal Fascial Graft
during_op->temporal_fascial_graft) checked @endif value="1" id="temporal_fascial_graft_up">
@error('temporal_fascial_graft') {{ $message }} @enderror
@error('op_type') {{ $message }} @enderror
Tools (Raspier)
during_op->tools_raspier) checked @endif type="checkbox" value="1" id="tools_raspier_up">
@error('tools_raspier') {{ $message }} @enderror
Nostril Reduction
during_op->nostril_reduction) checked @endif type="checkbox" value="1" id="nostril_reduction_up">
@error('nostril_reduction') {{ $message }} @enderror
@error('other_steps') {{ $message }} @enderror
@error('other_operations') {{ $message }} @enderror
Cephalic Resection of Lat. Crus Cartilage
during_op->cephalic_resection_lat_crus_cartilage) checked @endif id="cephalic_resection_lat_crus_cartilage_up">
@error('cephalic_resection_lat_crus_cartilage') {{ $message }} @enderror
@error('op_duration') {{ $message }} @enderror
@error('skin_type') {{ $message }} @enderror
@error('other_facial_problems') {{ $message }} @enderror
@error('length') {{ $message }} @enderror
@error('dorsal_width') {{ $message }} @enderror
@error('rotation') {{ $message }} @enderror
@error('tip_projection') {{ $message }} @enderror
@error('alar_base') {{ $message }} @enderror
@error('other_note') {{ $message }} @enderror
@else

Here is all info during the operation

Add New

@endif

{{ method_field('PUT') }} {{ csrf_field() }}
@error('note_after_op') {{ $message }} @enderror

Here is the op gallery CLICK HERE FOR LIVE IMAGES

Add New

Before Op Gallery

@foreach ($item->gallery as $key => $g_item) @if ($g_item->type == 1)
Pre Image {{ $key }}
{{ __('basic.delete') }}
@endif @endforeach

During Op Gallery

@foreach ($item->gallery as $key => $g_item) @if ($g_item->type == 2)
Pre Image {{ $key }}
{{ __('basic.delete') }}
@endif @endforeach

After Op Gallery

@foreach ($item->gallery as $key => $g_item) @if ($g_item->type == 3)
Pre Image {{ $key }}
{{ __('basic.delete') }}
@endif @endforeach

@endforeach
{{ method_field('POST') }} {{ csrf_field() }}
{{ __('patientappo.new operation') }}
@error('oper_cat_serv_id') {{ $message }} @enderror
@error('oper_place_id') {{ $message }} @enderror
@error('operation_start') {{ $message }} @enderror
@error('note_operation') {{ $message }} @enderror
@error('last_appointment_id') {{ $message }} @enderror

@error('price_invoice_operation') {{ $message }} @enderror
@error('invoice_note_operation') {{ $message }} @enderror
{{ __('basic.delete') }}
{{ method_field('delete') }} {{ csrf_field() }}

ِAre you sure you want to delete this Operation?


@csrf @method('PUT')
{{ __('patientappo.edit operation') }}
@error('oper_status_up') {{ $message }} @enderror
@error('note_operation') {{ $message }} @enderror
The improvment rate from 0 to 5
@error('operation_improvment_up') {{ $message }} @enderror
{{ method_field('POST') }} {{ csrf_field() }}
{{ __('patientappo.new op images') }}
@error('op_ga_type') {{ $message }} @enderror
Insert here all picture and every image must be less than 15MB.
@error('op_imgs') {{ $message }} @enderror
{{ __('basic.delete') }}
{{ method_field('delete') }} {{ csrf_field() }}

ِAre you sure you want to delete this Op Img?


{{ method_field('POST') }} {{ csrf_field() }}
{{ __('patientappo.new op images') }}
Dorsum (Hump Reduction Bony)
@error('status') {{ $message }} @enderror
Dorsum (Hump Reduction Septal)
@error('status') {{ $message }} @enderror
Dorsum (Hump Reduction Cartilaginous)
@error('status') {{ $message }} @enderror
Dorsum (Augmentation)
@error('status') {{ $message }} @enderror
Septum (Caudal Resection)
@error('status') {{ $message }} @enderror
Septum (Excision Except Lat. Strut)
@error('status') {{ $message }} @enderror
Septum (Total Excision & Reconstruction)
@error('status') {{ $message }} @enderror
Septum (Reconstruction)
@error('status') {{ $message }} @enderror
Septum (Fixation to the spine)
@error('status') {{ $message }} @enderror
Septum (Fixation to the Nasal Bones)
@error('status') {{ $message }} @enderror
Septum (Scoring)
@error('status') {{ $message }} @enderror
Osteotomies (Med. Oblique)
@error('status') {{ $message }} @enderror
Osteotomies (Lateral)
@error('status') {{ $message }} @enderror
Osteotomies (Multiple)
@error('status') {{ $message }} @enderror
Osteotomies (Bone carving)
@error('status') {{ $message }} @enderror
Upper Lats (On-lay Grafts)
@error('status') {{ $message }} @enderror
Upper Lats ( Total Reconstruction )
@error('status') {{ $message }} @enderror
Upper Lats (Spreader Grafts)
@error('status') {{ $message }} @enderror
Upper Lats (Spreader Flaps)
@error('status') {{ $message }} @enderror
Tip Plasty (Hemidomal Suture)
@error('status') {{ $message }} @enderror
Tip Plasty (Tip Defining Suture)
@error('status') {{ $message }} @enderror
Tip Plasty (Tip Equalizing Suture)
@error('status') {{ $message }} @enderror
Tip Plasty (Other Sutures)
@error('status') {{ $message }} @enderror
Cap Graft (Non-Crushed Cartilage)
@error('status') {{ $message }} @enderror
Cap Graft (Crushed Cartilage)
@error('status') {{ $message }} @enderror
Cap Graft (Soft Tissue Cartilage)
@error('status') {{ $message }} @enderror
Tip-Plasty (Shield Graft)
@error('status') {{ $message }} @enderror
Tip-Plasty (Columellar Strut)
@error('status') {{ $message }} @enderror
Tools (Rose head Drill)
@error('status') {{ $message }} @enderror
Tools (Burr head Drill)
@error('status') {{ $message }} @enderror
Tools (Piezotome )
@error('status') {{ $message }} @enderror
Tools (Hammer & Chisel)
@error('status') {{ $message }} @enderror
Dorsal Graft
@error('status') {{ $message }} @enderror
Conceal Cartilage Graft
@error('status') {{ $message }} @enderror
Costal Cartilage Graft
@error('costal_cartilage_graft') {{ $message }} @enderror
Temporal Fascial Graft
@error('temporal_fascial_graft') {{ $message }} @enderror
@error('op_type') {{ $message }} @enderror
Tools (Raspier)
@error('tools_raspier') {{ $message }} @enderror
Nostril Reduction
@error('nostril_reduction') {{ $message }} @enderror
@error('other_steps') {{ $message }} @enderror
@error('other_operations') {{ $message }} @enderror
Cephalic Resection of Lat. Crus Cartilage
@error('cephalic_resection_lat_crus_cartilage') {{ $message }} @enderror
@error('op_duration') {{ $message }} @enderror
@error('skin_type') {{ $message }} @enderror
@error('other_facial_problems') {{ $message }} @enderror
@error('length') {{ $message }} @enderror
@error('dorsal_width') {{ $message }} @enderror
@error('rotation') {{ $message }} @enderror
@error('tip_projection') {{ $message }} @enderror
@error('alar_base') {{ $message }} @enderror
@error('other_note') {{ $message }} @enderror
{{ method_field('POST') }} {{ csrf_field() }}
{{ __('basic.new attachment') }}
@error('attachments_name') {{ $message }} @enderror
Insert here all picture and every image must be less than 12MB.
@error('attachments_imgs') {{ $message }} @enderror
{{ __('basic.attachments') }}
@foreach ($patient->attachments as $item)

{{ $item->date }}

{{ $item->name }}

{{ __('basic.download') }}
@endforeach
{{ __('basic.delete') }}
{{ method_field('delete') }} {{ csrf_field() }}

ِAre you sure you want to delete this Op Img?