@include('links.header') Entries Report @if (Session::has('error')) @endif
@csrf
@if(!empty($order_transaction_detail)) @foreach($order_transaction_detail AS $order) @endforeach @endif
Transaction Id Order ID Order creation time Order status Payment status Payment Method First Name Last Name Company Job Title Phone Email Address Address-Country Company Type Entry IDS No. of Entries Sub Total Payment Surcharge Grand Total Payment Completion Time
{{ $order->transaction_id }} {{ $order->order_id }} {{ $order->order_creation_date }} {{ $order->order_status }} {{ $order->payment_status }} {{ $order->payment_method }} {{ $order->pri_first_name }} {{ $order->pri_last_name }} {{ $order->pri_company_name }} {{ $order->pri_job_title }} {{ $order->pri_phone }} {{ $order->pri_email }} {{ $order->address }} {{ $order->pri_country }} {{ $order->type_of_company }} {{ $order->entry_ids}} {{ $order->total_entries}} {{ $order->amount}} {{ $order->gst_amount}} {{ $order->total_amount}} {{ $order->payment_completion_date}}
@include('links.footer')