First Name
Last Name
Contact
DOB
Age Verified
{{ isAgeVerified($order->customer, 'val') }}Amount | {{ $order->payment->amount ?? '' }} |
Payment Method | {{ $order->payment->payment_method ?? '' }} |
Currency | {{ $order->payment->currency ?? '' }} |
Method | {{ $order->payment->method_code ?? '' }} |
Method Title | {{ $order->payment->method_title ?? '' }} |
Amount | {{ $order->payment->amount ?? '---' }} |
Payment Method | {{ $order->payment->payment_method ?? '---' }} |
Currency | {{ $order->payment->currency ?? '---' }} |
Method | {{ $order->payment->method_code ?? '---' }} |
Method Title | {{ $order->payment->method_title ?? '---' }} |
Gift Card Amount | {{ $order->gift->gift_cards_amount ?? '---' }} |
Base Gift Card Amount | {{ $order->gift->base_gift_cards_amount ?? '---' }} |