@include('links.header') Order List

@if (Session::has('msg')) @endif @if (Session::has('msg_e')) @endif
@if(!empty($orders)) @foreach($orders AS $order) @endforeach @endif
Order ID Payment Status Total Entry Entry Total Grand Total Entrant System Email
{{$order->order_id}} {{$order->payment_status}} {{$order->total_entries}} ₹ {{$order->amount}} ₹ {{$order->total_amount}} {{$order->pri_email}}
@include('links.footer')