@include('partials._provider')
@else
{{ __('messages.collect_cash') }}
{{ __('messages.collect') }}{{ getPriceFormat($providerData['providerTotEarning']) ?? 0}}
{{__('messages.pending_withdraw')}}
{{getPriceFormat($providerData['providerAlreadyWithdrawAmt']) ?? 0}}
{{__('messages.already_withdraw')}}
{{getPriceFormat($providerData['providerTotWithdrableAmt']) ?? 0}}
{{__('messages.withdrawble_amount')}}
{{getPriceFormat($providerData['totalAmount']) ?? 0}}
{{__('messages.total_earning')}}
{{__('messages.booking_overview')}}
@if($data['pendingStatusCount']+$data['cancelledstatuscount']+$data['Completedstatuscount']+$data['Acceptedstatuscount'] > 0){{__('messages.nodata')}}
@endif{{ $providerdata->display_name }}
- {{ !empty($providerdata->contact_number) ? $providerdata->contact_number: '-' }}
- {{ $providerdata->email }}
- {{ !empty($providerdata->address) ?$providerdata->address : '-' }}