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