@extends('user.layout') @section('title') {{__('message.Doctor Dashboard')}} @stop @section('meta-data') @stop @section('content')

{{__('message.Doctor Dashboard')}}

{{$totalappointment}}

{{__('message.Total Appointment')}}

{{$totalreview}}

{{__('message.Total Review')}}

{{$totalnewappointment}}

{{__('message.New Appointments')}}

{{__('message.Patients Appointments')}}

@if(count($bookdata)>0) @foreach($bookdata as $bo)
{{__("message.Patient Name")}} {{__("message.Date")}} {{__("message.Phone")}} {{__("message.Status")}}
@if(isset($bo->patientls)&&$bo->patientls->profile_pic!="") @else @endif
{{$bo->patientls->name}}

{{date("F d,Y",strtotime($bo->date))}}

{{$bo->slot_name}}

{{$bo->phone}}