@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 | Date | Status | Total | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ \Carbon\Carbon::parse($order->created_at)->format('d M Y') }} | {{ order_status($order->status) }} | AED {{$order->grand_total}} | View |
| Order | Date | Status | Total | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ \Carbon\Carbon::parse($order->created_at)->format('d M Y') }} | {{ order_status($order->status) }} | AED {{$order->grand_total}} | 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 |
| # | Store Name | Subject | Message | Sent At | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ ($msg->vendor->first_name ?? '') . ' ' . ($msg->vendor->last_name ?? '') }} | {{ $msg->subject }} | {{ \Illuminate\Support\Str::limit($msg->message, 30) }} | {{ $msg->created_at->format('d M Y') }} | 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 }}