@include('provider.partials.sidebar')
{{ __('Dashboard') }}
{{__('Total Bookings')}}
{{__('Bookings')}}
{{__('Highly Booked Categories')}}
@for ($i = 0; $i < 4; $i++)
@endfor
{{__('Recently Selled Products')}}
@for ($i = 0; $i < 3; $i++)
@endfor
{{__('Recently Booking Services')}}
@for ($i = 0; $i < 3; $i++)
@endfor
{{__('total_transactions')}}
| {{__('invoice_id')}} | {{__('Customer')}} | {{__('Description')}} | {{__('amount_paid')}} | {{__('Payment Method')}} | {{__('payment_date')}} |
|---|---|---|---|---|---|