Logo
ZOO JOHOR
Jalan Gertak Merah, Taman Istana
80000 Johor Bahru, Johor
General Line : +07-223 0404
Lead participant
{{ $order->user->first_name }} {{ $order->user->last_name }}
Purchase Date
{{ $order->created_at->format('d F Y - H:i') }}
Entry Date
@foreach ($entry_dates as $date)
{{ date('d F Y', strtotime($date)) }}
@endforeach
Quantity
@foreach ($order->productVariations as $variation)
{{ $variation->name }} x {{ $variation->pivot->quantity }}
@endforeach
Order No.
{{ $order->number }}
@php use chillerlan\QRCode\{QRCode, QROptions}; $options = new QROptions; $options->scale = 4; @endphp {{-- @foreach ($subcategories as $subcategory) @endforeach --}} @foreach ($products as $product)
{{ $product->name }}
Redeem Individual Units
Scan the QR codes below to redeem your units individually.
@foreach ($product->tickets as $ticket)
{{ $ticket->productVariation->name }}
{{ $ticket->productVariation->name }}
@if ($ticket->productVariation->product->type == 'TICKET')
{{ $ticket->date }} {{ substr($ticket->time, 0, -3) }}
@endif
@endforeach
@endforeach
Terma dan Syarat Perkhidmatan
@foreach ($products as $product) {!! str_replace('\r\n', '', $product->full_description) !!} @endforeach
Order #{{ $order->number }}
@if ($order->deleted_at) @endif @if ($order->discount) @endif
Placed At {{ $order->created_at->format('d F Y - H:i') }}
Cancelled {{ $order->canlled->format('d F Y - H:i') }}
Total {{ config('app.currency') }} {{ $order->total }}
Discount Code {{ $order->discount->code }}
Status {{ $order->status }}
@foreach ($order->productVariations as $variation) @php $product = $variation->product; @endphp @endforeach {{-- --}}
Item Price Quantity Total
{{ $variation->name }}
{{ $variation->pivot->date }}
{{ config('app.currency') }} {{ $variation->pivot->unit_price }} {{ $variation->pivot->quantity }} {{ config('app.currency') }} {{ $variation->pivot->price }}
Subtotal {{ config('app.currency') }} {{ $order->subtotal }}
Discount Amount {{ config('app.currency') }} {{ $order->discount_amount }}
Tax {{ config('app.currency') }} {{ $order->tax }}
Total {{ config('app.currency') }} {{ $order->total }} Inclusive GST