@extends('common.index') @section('content')

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'))
@endif @if(session('success'))
@endif

Patient List

{{-- Dropdown --}} {{-- Search --}} {{-- Add New --}} Add New Patients
@include('Receptionist.patient_list')
@ @endsection