User Orders
| User Name | User Email | Total Price | {{--Order Status | --}}Detail View |
|---|---|---|---|---|
| {{ auth()->user()->first_name ?: '' }} | {{ auth()->user()->email ?: '' }} | {{ $order->total_price ?: '' }} | Detail View |
@extends('layouts.user-layout') @section('content')
| User Name | User Email | Total Price | {{--Order Status | --}}Detail View |
|---|---|---|---|---|
| {{ auth()->user()->first_name ?: '' }} | {{ auth()->user()->email ?: '' }} | {{ $order->total_price ?: '' }} | Detail View |