@extends('user.layout') @section('content')
@include('user.templates.navbar')
@include('user.templates.top-bar')
🩺 Patient Entry Details ← Back
Patient Name
{{ $patient->patient_name }}
Age
{{ $patient->age }}
Gender
{{ $patient->gender }}
Phone
{{ $patient->phone }}
Doctor
{{ $patient->dr_name }}
Hospital
{{ $patient->hospital_name }}

Add Blood Test
@csrf
@endsection