{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content') @php $SuctioningRequired = old('suctioning_required', $data['suctioning_required'] ?? 0); $ProbePlacement = old('probe_placement', $data['probe_placement'] ?? ''); $SuctioningTypes = old('type_of_suctioning', $data['type_of_suctioning'] ?? 0); $otherSuctioningType = old('other_type_of_suctioning', $data['other_type_of_suctioning'] ?? ''); $otherProbePlacement = old('other_probe_placement', $data['other_probe_placement'] ?? ''); @endphp
@if (!empty($data['id'])) @method('PUT') @endif @csrf
@include('backend.errors')
Defaults to the shift case note date
@foreach (config('constant.yes_no_list') as $key => $val) @endforeach
Approximate amount (e.g., small, moderate, large).
Description of secretion (e.g., thick, thin, yellow, clear).
@endsection {{-- Scripts Section --}} @section('scripts') @endsection