@extends('backend.layouts.app', ['isNoUISlider' => true]) @section('title') {{ $module_title }} @endsection @push('after-styles') @endpush @section('content')

{{ __('dashboard.lbl_title_clinic_overview') }}

{{__('appointment.appointment_title')}}

{{ $totalAppointments }}

image

{{__('appointment.doctor_commission')}}

{{ \Currency::format($totalDoctorCommission) }}

image
@if(multiVendor() == 1)

{{__('appointment.admin_commission')}}

{{ \Currency::format($totalAdminCommission) }}

image
@else

{{__('dashboard.total_number_of')}} {{__('appointment.lbl_clinic')}}

{{ $total_clinics }}

image
@endif

{{__('appointment.total_clinic_revenue')}}

@if(multiVendor() == 1)

{{ \Currency::format($totalClinicRevenue) }}

@else

{{ \Currency::format($totalAdminCommission) }}

@endif image

Advanced Filter

@endsection @push('after-styles') @endpush @push('after-scripts') @endpush