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

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

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

{{ $totalAppointments }}

image

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

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

image

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

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

image

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

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

image

Advanced Filter

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