@extends('frontend.provider.app') @section('content')
@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')}}
@for ($i = 0; $i < 5; $i++) @endfor
{{__('invoice_id')}} {{__('Customer')}} {{__('Description')}} {{__('amount_paid')}} {{__('Payment Method')}} {{__('payment_date')}}
@endsection @push('scripts') @endpush