@extends('front_end.template.layout') @section('content')
Hello {{ Auth::user()->first_name }} {{ Auth::user()->last_name }}
(not {{ Auth::user()->first_name }}? Log Out)
Need Assistance? Customer service at.
E-mail them at
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 | Product | Date | Status | Total |
---|---|---|---|---|
{{ $loop->iteration }} |
@foreach($order->products as $product)
{{ $product->product_name }}
@endforeach
|
{{ \Carbon\Carbon::parse($order->created_at)->format('d M Y') }} | {{ order_status($order->status) }} | AED {{$order->grand_total}} for {{ $order->products->sum('quantity') }} items |
Order | Product | Date | Status | Total | Actions |
---|---|---|---|---|---|
{{ $loop->iteration }} |
@foreach($order->products as $product)
{{ $product->product_name }}
@endforeach
|
{{ \Carbon\Carbon::parse($order->created_at)->format('d M Y') }} | {{ order_status($order->status) }} | AED {{$order->grand_total}} for {{ $order->products->sum('quantity') }} items | View |
Order | Workshop | Date | Seats | Total | Actions |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $booking->name }} | {{ \Carbon\Carbon::parse($booking->from_date)->format('d M Y') }} - {{ \Carbon\Carbon::parse($booking->to_date)->format('d M Y') }} | {{ $booking->number_of_seats }} | {{ $booking->grand_total }} for {{ $booking->number_of_seats }} seats | View |
Date | Time | Description | Location |
---|---|---|---|
14 Nov 2024 | 08.00 AM | Shipped | Canada |
15 Nov 2024 | 12.00 AM | Shipping info received | California |
16 Nov 2024 | 10.00 AM | Origin scan | Landon |
The following addresses will be used on the checkout page by default.
{{ $address->address }}