My Orders
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@foreach ($orders as $order) @endforeach
S.No. Order ID User Name Order Date Start End Price Status Action
{{ $loop->iteration }} {{ $order->id }} {{ $order->user->first_name }} {{ $order->user->last_name }} {{ $order->order_date }} {{ $order->start_time }} {{ $order->end_time }} {{ $order->price }} {{ $order->order_status }}