@include('links.header') Order List

@if (Session::has('msg')) @endif @if (Session::has('msg_e')) @endif
@if(!empty($order_transaction_detail)) @foreach($order_transaction_detail AS $order) @endforeach @endif
Transaction ID Entry ID Payment Status Total Entry Per Entry Total Grand Total Entrant System Email
{{$order->transaction_id}} {{$order->entry_id}} @php $payment_status = explode(',',$order->payment_status); @endphp @if(in_array("1",$payment_status,)) Pending @else Completed @endif {{$order->no_of_entries}} ₹ {{$order->per_entry_amount}} ₹ {{$order->total_amount}} {{$order->pri_email}}
@include('links.footer')