{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection @section('content') @php $readOnly = $is_read_only ?? false; $followUpRequired = old('follow_up_required', $data['follow_up_required'] ?? 0); $setReminder = old('set_reminder', $data['set_reminder'] ?? 0); $statusValue = old('status', $data['status'] ?? 0); $communicationType = old('communication_type', $data['communication_type'] ?? ''); $otherCommunicationType = old('other_communication_type', $data['other_communication_type'] ?? ''); @endphp
@endsection @section('scripts') @endsection