@extends('common.index') @section('content') Patient List Home Patient List @if(session('user')->user_type_id==2) You can edit existing entries, but deletion is restricted if they are linked to any records. @endif @if(session('error')) Error! {{ session('error') }} @endif @if(session('success')) Success! {{ session('success') }} @endif Patient List {{-- Dropdown --}} All Status Active Inactive {{-- Search --}} {{-- Add New --}} Add New Patients @include('Receptionist.patient_list') Add New Patients 1 Patient Informtion 2 Test Information 3 Payments 4 Invoice Patient Information @csrf Phone Number: * Please enter phone number Name: * Please enter patient name Gender: * Select Gender Male Female Other Please Select gender Age: * Please enter patient age Address: * Please enter patient address Save & Next Test Selection Please select atleas one test @csrf Test Category: Select Category Single Package Select Tests: Selected Tests: Previous Next Payments Test Name Price Total = ₹ 0 Total Amount: * Please enter patient age Paid Amount: * Please enter paid amount Payment Method: Cash Online Previous Submit @ @endsection