@extends('layouts.common') @section('title') Laiqa | Admin | Dashboard @endsection @section('content') @yield('title')

Doctor list

@foreach ($doctor_list as $row) @endforeach
S.No Doctor Name Doctor ID Specialist Mobile Email Id Doctor Type Status Action
{{$row->doctor_id}} {{$row->name}} YUT-098 {{$row->cat_name}} {{$row->mobile}} {{$row->email}} {{$row->doctor_type}} {{($row->status == 1)?"active":"In active"}}