@extends('admin.layout.index') @section('title', 'Admin | Dashboard') @section('custom-style') @endsection @section('content')

{{ __('translations.Good Morning') }}

{{ __('translations.Here what happening with your portal today.') }}

{{--
--}} {{-- --}} {{--
--}}

{{ __('translations.Total Users') }}

{{--
+0.0 %
--}}

{{ __('translations.Total Clinics') }}

{{--
-0.01 %
--}}

{{ __('translations.Total Bookings') }}

{{--
+0.0 %
--}}

{{ __('translations.Financial Data') }}

{{--
+0.00 %
--}}

$0

{{ __('translations.Insurance Amount') }} ${{ number_format($insuranceAmount) }}

{{ __('translations.Non Insurance Amount') }} ${{ number_format($nonInsuranceAmount) }}

{{ __('translations.Financial Report') }}

  • ${{ number_format($insuranceAmount) }} {{ __('translations.Insurance Booking Amount') }}

  • ${{ number_format($nonInsuranceAmount) }} {{ __('translations.Non Insurance Booking Amount') }}

  • {{--
  • 3.6%Profit Ratio

  • --}}

{{ __('translations.Bookings') }}

{{ __('translations.User Statistics') }}

{{--
--}}
0

{{ __('translations.Users') }}

$0

{{ __('translations.Earnings') }}

{{--
0

Refunds

0%

Conversation Ratio

--}}
@include('admin.includes.footer') @endsection @section('custom-script') {{-- --}} @endsection