| {{ $booking->orderId }} |
{{ $payment_method['event_title'] }} |
{{ userTimezone($bookings[0]['event_start_date'] . ' ' . $bookings[0]['event_start_time'], 'Y-m-d H:i:s', format_carbon_date(true)) }}
{{ showTimezone() }}
|
{{ collect($bookings)->sum('net_price') }} |
{{-- {{$booking->booking }} | --}}
{{ $payment_method['customer_name'] }} |
{{-- {{ $payment_method['customer_email'] }} | --}}
@if ($payment_method['payment_method'] == '7')
RazorPay
@endif
@if ($payment_method['payment_method'] == '8')
Paytm
@endif
@if ($payment_method['payment_method'] == '10')
PayU
@endif
@if ($payment_method['payment_method'] == '11')
CCAvenue
@endif
@if ($payment_method['payment_method'] == '12')
InstaMozo
@endif
@if($payment_method['payment_method'] == '5' || $payment_method['payment_method'] == '2')
Stripe
@endif
|
{{ userTimezone($booking['created_at'], 'Y-m-d H:i:s', format_carbon_date(true)) }}
{{ showTimezone() }}
|
{{ userTimezone($booking['updated_at'], 'Y-m-d H:i:s', format_carbon_date(true)) }}
{{ showTimezone() }}
|
@if(empty($booking->success) && empty($booking->payment_failed))
@lang('eventmie-pro::em.check_booking')
|
@elseif(!empty($booking->payment_failed))
@lang('eventmie-pro::em.failed')
@lang('eventmie-pro::em.force_booking')
|
@else
@lang('eventmie-pro::em.success')
|
@endif
@endforeach