@extends('backend.layouts.app', ['isBanner' => false]) @section('title') {{ 'Dashboard' }} @endsection @section('content')
{{__('dashboard.total_revenue')}}
{{ date($data['dateformate'], strtotime($upcomming_appointments->start_date_time)) }}
{{ date($data['timeformate'], strtotime($upcomming_appointments->start_date_time)) }}{{__('clinic.lbl_clinic_name')}}: {{optional($upcomming_appointments->cliniccenter)->name}}
{{optional($upcomming_appointments->clinicservice)->name}} By {{optional($upcomming_appointments->doctor)->full_name}}{{__('clinic.clinic_image')}} | {{__('clinic.lbl_clinic_name')}} | {{__('appointment.appointment_title')}} | {{__('appointment.amount')}} |
---|---|---|---|
|
{{ $toplocation['clinic_name'] }} | {{ $toplocation['appointment_count'] }} | {{ Currency::format($toplocation['total_amount']) }} |
{{ __('messages.top_location_not_available') }} |
{{ __('messages.patient_name') }} | {{ __('messages.date') }} | {{ __('clinic.singular_title') }} | {{ __('messages.service') }} | {{ __('appointment.price') }} | {{ __('earning.lbl_payment_method') }} | {{ __('appointment.lbl_payment_status') }} |
---|---|---|---|---|---|---|
{{ optional($paymenthistory->user)->full_name }} | {{ date($data['dateformate'], strtotime($paymenthistory->appointment_date)) }} At {{ date($data['timeformate'], strtotime($paymenthistory->appointment_time)) }} | {{ optional($paymenthistory->cliniccenter)->name }} | {{ optional($paymenthistory->clinicservice)->name }} | {{ Currency::format(optional($paymenthistory->appointmenttransaction)->total_amount) }} | {{ optional($paymenthistory->appointmenttransaction)->transaction_type }} | {{ optional($paymenthistory->appointmenttransaction)->payment_status == 1 ? 'Paid' : 'Pending' }} |
{{ __('messages.payment_history_notavailable') }} |