@lang('eventmie-pro::em.order_id') @lang('eventmie-pro::em.event') @lang('eventmie-pro::em.event') @lang('eventmie-pro::em.start_date') @lang('eventmie-pro::em.amount') {{-- @lang('eventmie-pro::em.booking') --}} @lang('eventmie-pro::em.customer') {{-- @lang('eventmie-pro::em.email') --}} @lang('eventmie-pro::em.payment_gateway') @lang('eventmie-pro::em.booking_date') @lang('eventmie-pro::em.update') @lang('eventmie-pro::em.date') @lang('eventmie-pro::em.actions') @foreach ($failed_bookings as $booking) @php $payment_method = json_decode($booking->payment_method, true); $bookings = json_decode($booking->booking, true); @endphp {{ $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)) @elseif(!empty($booking->payment_failed)) @else @endif @endforeach {{ $failed_bookings->links() }} @section('javascript') @endsection