@if ($user->ticket_type == 'kdhc-null')
Please update your ticket application below.
@else
Your selected ticket
{{ $description }}
You are expected to pay {{ $currency . ' ' . $amount }}, Kindly click the below
button to complete
transaction
Payment status
{{ $user->payment == null ? 'Pending' : $user->payment->payment_status }}
Loading...
{{--
{{ $user->payment == null ? 'Pending' : $user->payment->payment_status }}
--}}
Coming soon...
Loading...
@endif