@extends('backend.layouts.app', ['isBanner' => false]) @section('title') {{ 'Dashboard' }} @endsection @section('content')
{{ __('dashboard.total_revenue') }}
{{ date($data['dateformate'], strtotime($upcomming_appointments->appointment_date)) }}
{{ $upcomming_appointments->appointment_time ? \Carbon\Carbon::parse($upcomming_appointments->appointment_time)->timezone($timeZone)->format($data['timeformate']) : '--' }}{{ __('clinic.lbl_clinic_name') }}: {{ optional($upcomming_appointments->cliniccenter)->name }}
{{ optional($upcomming_appointments->clinicservice)->name }} By {{ optional($upcomming_appointments->doctor)->full_name }}{{ 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}}{{ __('sidebar.patient') }} | {{ __('messages.date_time') }} | {{ __('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($transaction->total_amount) }} | {{ ucfirst($transaction->transaction_type) }} | {{ $payment_status }} |
{{ __('messages.payment_history_notavailable') }} |