@extends('Admin/layout/master') @section('title', 'Physician List') @section('content') {{-- Modal Start --}}
{{-- Modal End --}}Number | First Name | LAst Name | Gender | Telephone Number | Action |
---|---|---|---|---|---|
{{ $Physician->number }} | {{ $Physician->fisrt_name }} | {{ $Physician->last_name }} | {{ $Physician->gender }} | {{ $Physician->telephone_number }} | |
No Record Found |