@extends('front') @section('content')
  • img
    {{ __('Appointment') }}

    {{ __('Choose time & date for the service') }}

  • img
    {{ __('Payment') }}

    {{ __('Select Payment Gateway') }}

  • img
    {{ __('Done') }}

    {{ __('Completion of Booking') }}

{{ __('Payment Methods') }}
{{ __('Booking Summary') }}
img
{{ Modules\Categories\app\Models\Categories::select('name')->where('id','=',$products->source_category)->first()->showcategoryname() }}

{{ $products->source_name }}

{{ __('Additional Service') }}
  • img
  • {{ 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
{{ csrf_field() }} {{ __('Cancel') }}
@endsection