@extends('layouts.admin') @section('title', tr('dashboard')) @section('content-header', tr('dashboard')) @section('breadcrumb') @endsection @section('content') @include('notification.notify') @php $provider_id = $provider_details->id ?? 0 @endphp

{{$data['provider_requests_ongoing']}}

{{tr('provider_requests_ongoing')}}

{{tr('more_info')}}

{{$data['provider_requests_upcoming']}}

{{tr('provider_requests_upcoming')}}

{{tr('more_info')}}

{{$data['provider_requests_completed']}}

{{tr('provider_requests_completed')}}

{{tr('more_info')}}

{{$data['total_ernings']}}

{{tr('provider_total_ernings')}}

{{tr('more_info')}}

{{formatted_amount($data['provider_amount'])}}

{{tr('provider_amount')}}

{{tr('more_info')}}

{{formatted_amount($data['admin_amount'])}}

{{tr('admin_amount')}}

{{tr('more_info')}}
@endsection @section('scripts') @endsection