@extends('layouts.frontend.app') @section('content')
Hello, Alex Tuntuni (If Not Tuntuni ! Logout)
From your account dashboard. you can easily check & view your recent orders, manage your shipping and billing addresses and edit your password and account details.
| Order ID | Name | Date | Payment Status | Sub Total | Discount | Grand Total |
|---|---|---|---|---|---|---|
| {{$order->order_id}} | {{$order->customer_name}} | {{$order->order_date}} | {{$order->payment_status}} | {{$order->subtotal}} | {{$order->total_discount}} | {{$order->grandtotal}} |
| Image | Product | Price | Add To Cart | |
|---|---|---|---|---|
| {{ $each_item->product->name }} | ৳ {{ $each_item->product->price }} |