Hello
{{Auth::user()->name ?? ''}}
@extends('front.layout.app') @section('title', 'My Account') @section('content')
| Order# | Date | Order Total | Order Status | Action |
|---|---|---|---|---|
|
Order#{{$order->order_no}} |
Date{{date('d-m-Y',strtotime($order->created_at))}} |
Order Total${{$order->total_amount+$order->shipping_cost}} |
Order Status{{$order->order_status}} |
View Order {{-- Reorder--}} |
No Record Found
| Product | Price | Action |
|---|---|---|
Original Organic Honey |
$ 10.00 |
Add to cart Remove |
Original Organic Honey |
$ 10.00 |
Add to cart Remove |
Original Organic Honey |
$ 10.00 |
Add to cart Remove |
Original Organic Honey |
$ 10.00 |
Add to cart Remove |