@extends('Layouts.master') @section('content')
| Patient Name | Patient Mobile No | Patient Age | Patient Gender | Refering Doctor Name | Action |
|---|---|---|---|---|---|
| {{$list->patient_name}} | {{$list->patient_mobile_no}} | {{$list->age}} | {{$list->gender}} | {{$list->refering_doctor_name}} | View Edit Create report |