@extends('Layouts.master') @section('content')
@if (session('success')) @endif
Patient List
@foreach($patient_list as $list) @endforeach
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
@endsection @push('js') @endpush