@extends('common.dashboard') @section('title','Doctors View') @section('content')
| # | Photo | Full Name | Sex | Education | Reg. No | Modify |
|---|---|---|---|---|---|---|
| {{$key+1}} |
@if(strpos($doctor->photo, 'images') !== false)
|
{{$doctor->full_name}} | {{$doctor->sex}} |
@if( strlen(strip_tags($doctor->education))>40 )
{{mb_substr(strip_tags($doctor->education),0,40)}} ... @else {!! strip_tags($doctor->education) !!} @endif |
{{$doctor->reg}} |
chamber: {{$doctor->chambers->count()}}
|