Hello
{{Auth::user()->customers->first_name}} {{Auth::user()->customers->last_name}}
@extends('front.layout.app')
@section('title','Dashboard')
@section('content')
From this dashboard you have the ability to view a snapshot of your recent
account activity and update your account information. Select a link below to
view or edit information. 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}} No Record Found 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}} {{$product->product->product_name}} ${{$product->product->product_current_price}}My Dashboard
My Dashboard
Recent Orders
@if(count($recentOrders) > 0)
@forelse($recentOrders as $order)
Order#
Date
Order Total
Order Status
Action
@empty
@endforelse
{{-- Track Order--}}
View Order
{{-- Reorder--}}
My Account Information
@if(count($errors) > 0)
@foreach ($errors->all() as $error)
My Orders
@forelse($orders as $order)
Order#
Date
Order Total
Order Status
@empty
{{-- Track Order--}}
View Order
{{-- Reorder--}}
@endforelse
No Order yet!
My Wishlist
@forelse($products as $product)
Product
Price
Action
@empty
@endforelse
No Item in WishList !
My Address Add New Address