@extends('layouts/layoutMaster') @section('title', 'Create Operational Note') @section('vendor-style') @vite(['resources/assets/vendor/libs/flatpickr/flatpickr.scss', 'resources/assets/vendor/libs/select2/select2.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/cleavejs/cleave.js', 'resources/assets/vendor/libs/cleavejs/cleave-phone.js', 'resources/assets/vendor/libs/moment/moment.js', 'resources/assets/vendor/libs/flatpickr/flatpickr.js', 'resources/assets/vendor/libs/select2/select2.js']) @endsection @section('page-script') @vite(['resources/assets/js/form-layouts.js']) @vite('resources/assets/js/operational-notes-list.js') @vite('resources/css/style.css') @endsection @section('content')
Create Operational Note
@csrf
BASIC INFORMATION
@php $selectedPatientID = isset($patientID) ? $patientID : null; $selectedipdID = isset($ipdID) ? $ipdID : null; @endphp


MEDICATION
g/mg
OTHER MEDICATION
g/mg
@endsection