@extends('layouts.app') @section('title', 'Appointment Reschedule') @section('pages')
@if(isset($doctor->getAccount->account_images[0]->image)) {!! $doctor->getAccount?$doctor->getAccount->name:'' !!} @else doctor name @endif
{{$doctor->gap_between_two_patient??15}} min {{--Fees:M- ₹.{!! $resultsM->total_amount??0 !!}
Fees:A- ₹.{!! $resultsA->total_amount??0 !!}
Fees:E- ₹.{!! $resultsE->total_amount??0 !!}--}}
Dr. {!! $doctor->getAccount?$doctor->getAccount->name:'' !!}
{{--@if(isset($doctor->getOrganizatioDepartment)) [{!! $doctor->getOrganizatioDepartment?$doctor->getOrganizatioDepartment->name:'' !!}] @endif

{!! $doctor->getAccount->account_contact?$doctor->getAccount->account_contact->qualifications:'' !!}

--}}

reset

Sun Mon Tue Wed Thu Fri Sat
Note: The color of the available day is black and the color of the not available day is red.
@include('opd-bookings.reschedule.opd-shift-timing')
@endsection @section('js')