@extends('admin.layouts.contentLayoutMaster')
@section('title', $title)
@section('content')
Booking Code
--}}
{{--
--}}
{{-- Previous Schedule
Requested Schedule
Order ID
Location
Order Detail
@foreach ($booking->bookingDetails as $key => $bookingDetail)
Product Name
Price
Quantity
Sub Total
@endforeach
{{ $bookingDetail->product_name }}
{{ GeneralHelper::transformAmount($bookingDetail->unit_price) }}
{{ $bookingDetail->quantity }}
{{ GeneralHelper::transformAmount($bookingDetail->sub_total) }}
Sub Total:
{{ GeneralHelper::transformAmount($booking->transaction->sub_total) }}
Unique Code:
{{ GeneralHelper::transformAmount($booking->transaction->unique_code) }}
Total:
{{ GeneralHelper::transformAmount($booking->transaction->total) }}
Parent Information
Kids Information