{{ $total_admin }}
{{ __('Total Admin') }}
{{ $total_seller }}
{{ __('Total Seller') }}
{{ $total_buyer }}
{{ __('Total Buyer') }}
{{ float_amount_with_currency_symbol($total_earning) }}
{{ __('Total Earning') }}
{{ float_amount_with_currency_symbol($total_tax) }}
{{ __('Total Tax') }}
{{ $total_order }}
{{ __('Total Order') }}
{{ $pending_order }}
{{ __('Order Pending') }}
{{ $cancel_order }}
{{ __('Order Cancel') }}
{{ $total_service }}
{{ __('Total Service')}}
{{ $pending_service }}
{{ __('Pending Service')}}
{{ $pending_payout_request }}
{{ __('New Payout Request') }}
{{ $new_user_today }}
{{ __('New User Today') }}{{ __('Most Viewed Services') }}
| {{__('ID')}} | {{__('Title')}} | {{__('Price')}} | {{__('View')}} | {{__('Details')}} | @foreach($most_viewed_10_services as $key=>$service)
|---|---|---|---|---|
| {{ $key+1 }} | {{ $service->title }} | {{ float_amount_with_currency_symbol($service->price) }} | {{ $service->view }} | @if(!empty($service->id)) @endif |
{{ __('Most Ordered Services') }}
| {{__('ID')}} | {{__('Title')}} | {{__('Price')}} | {{__('View')}} | {{__('Details')}} | @foreach($most_sell_10_services as $service)
|---|---|---|---|---|
| {{ optional($service->service)->id }} | {{ optional($service->service)->title }} | {{ float_amount_with_currency_symbol(optional($service->service)->price) }} | {{ optional($service->service)->view }} | @if(!empty($service->service)) @endif |