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

View Doctor

@foreach ($doctor_view as $row)

Doctor Name

Doctor Id

Specialist In

Experience

Mobile Number

Email ID

Address

Gender

Total Revenue

No of Appointment

Time duriation

Doctor Type

Appointment Fees

: {{$row->name}}

: {{$row->id}}

: nnnn

: {{$row->years_experience}} Years

: {{$row->mobile}}

: {{$row->email}}

: {{$row->address}}, {{$row->city}}, {{$row->state}}, {{$row->country}}

: {{$row->gender}}

: {{$row->name}}

: 1

: 1 hours

: {{$row->doctor_type}}

: {{$row->service_fee}}

@endforeach