@extends('front_end.template.layout') @section('content')

Book Now

If you have shopped with us before, please enter your details in the boxes below. If you are a new customer, please proceed to the Billing & Shipping section.

Forgot your password?

Enter your coupon code if you have one.

Chosen Workshop

Workshop Name Price Qty
{{ $workshop->name }}
{{ $workshop->location }}
AED {{ $workshop->service_price }} 1
Sub Total AED {{ $workshop->service_price }}
Tax ({{ $tax_percentage }}%) AED {{ number_format($tax_amount, 2) }}
Grand Total AED {{ number_format($grand_total, 2) }}
Workshop Date

{{ \Carbon\Carbon::parse($workshop->from_date)->format('d M Y') }} - {{ \Carbon\Carbon::parse($workshop->from_time)->format('H:i') }} - {{ \Carbon\Carbon::parse($workshop->to_time)->format('H:i') }}

@foreach ($all_seats as $seat) @php $is_booked = in_array($seat, $booked_seats); @endphp @endforeach
  • Available
  • Unavailable
  • Selected

payment method

@if (Auth::check()) Pay Now @else Login @endif
@endsection