{{ __('Admin Dashboard')}}
{{ __('Welcome Back')}}, {{ Auth::user()->userDetails->first_name ?? '' }} {{ Auth::user()->userDetails->last_name ?? '' }}
{{ __('Have a Good day at work')}}
{{$data['providercount']}}
{{ __('Total Providers')}}
{{ __('Active')}} : {{$data['provideractivecnt']}}
|Inactive : {{$data['providerinactivecnt']}}
{{$data['servicecount']}}
{{ __('Total Services')}}
{{ __('Active')}} : {{$data['serviceactivecnt']}}
|{{ __('Inactive')}} : {{$data['serviceinactivecnt']}}
{{$data['bookingcount']}}
{{ __('Total Bookings')}}
{{ __('Completed')}} : {{$data['completedbooking']}}
|{{ __('Pending')}} : {{$data['pendingbooking']}}
{{$data['currency'][0]['symbol'] ?? '$'}}{{ $data['bookingamount'] ?? 0 }}
{{ __('Total Amount')}}
{{ __('Completed')}} : {{$data['currency'][0]['symbol'] ?? '$'}}{{$data['completedamount']}}
|{{ __('Pending')}} : {{$data['currency'][0]['symbol'] ?? '$'}}{{$data['pendingamount']}}
{{ __('Leads')}}
@if(isset($data) && count($data['leads'])>0) {{ __('View All')}} @endif{{ __('Bookings')}}
@if(isset($data) && count($data['recentbookings'])>0) {{ __('View All')}} @endif }})
{{ __('Subscriptions')}}
@if(isset($data) && count($data['subscriptions'])>0) {{ __('View All')}} @endif }})
{{$val->name ?? ''}}
{{$val->package_title ?? ''}}{{$data['currency'][0]['symbol'] ?? '$'}}{{$val->price ?? ''}}
{{ __('Transactions')}}
@if(isset($data) && count($data['transactions'])>0) {{ __('View All')}} @endif }})