@extends('layouts.user-dashboard-layout') @section('title') User Orders @endsection @section('user-dashboard-content')
| S.N. | User Name | Total Price | Tracking No | Order Status | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{$order->user->first_name ? : ''}} | {{$order->total_price ? : ''}} | {{$order->order_number ? : ''}} | {{ $order->order_status }} | Detail View |