@extends('Admin/layout/master') @section('title', 'Physician List') @section('content') {{-- Modal Start --}} {{-- Modal End --}}
Users List
@if (count($Physicians) > 0) @foreach ($Physicians as $index => $Physician) @endforeach @else @endif
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
@endsection @section('scripts') @endsection