-
{{ __('Appointment') }}
{{ __('Choose time & date for the service') }}
-
{{ __('Payment') }}
{{ __('Select Payment Gateway') }}
-
{{ __('Done') }}
{{ __('Completion of Booking') }}
{{ __('Payment Methods') }}
{{ __('Booking Summary') }}
{{ Modules\Categories\app\Models\Categories::select('name')->where('id','=',$products->source_category)->first()->showcategoryname() }}
{{ $products->source_name }}
{{ __('Additional Service') }}-
- {{ Modules\Product\app\Models\Rating::select('rating')->where('product_id','=',$products->id)->sum('rating') }} ({{ Modules\Product\app\Models\Rating::select('rating')->where('product_id','=',$products->id)->count() }} {{ __('reviews') }})
- {{ App\Models\UserDetail::select('city','state','country')->where('user_id','=',$products->user_id)->first()->showaaddress() }}
- {{ __('Service Provider') }} {{ App\Models\UserDetail::select('first_name','last_name')->where('user_id','=',$products->user_id)->first()->showname() }}
- {{ __('Subtotal') }} {{$currecy_details->symbol}}0.00
- {{ __('Additional Service') }}{{$currecy_details->symbol}}0.00
- {{ __('Total') }} {{$currecy_details->symbol}}0.00