@extends('provider.provider') @section('content')
@php $profileImage = \App\Models\UserDetail::where('user_id', Auth::id())->value('profile_image'); $imagePath = $profileImage ? '/storage/profile/' . $profileImage : asset('assets/img/profile-default.png'); @endphp User Image

{{__('Welcome Back')}}, {{ Auth::user()->name }}! 👋

{{__('Here is an overview of your assigned bookings and active services.')}}

{{__('Upcoming Bookings')}}

0

{{__('Completed Bookings')}}

0

{{__('Order Completed')}}

0

{{__('Canceled Bookings')}}

0
{{ __('Top Services')}}
{{ __('View All')}}
{{__('Bookings')}}
{{__('View All')}}
{{__('Latest Reviews')}}
@endsection