@extends('layouts.front_layout') @section('content') @section('title', 'Dashboard')
@include('user.sidebar')

Welcome, {{Auth::user()->email}}

Recent Orders
Order ID Date Status Total Action
#1234 2023-01-01 Shipped $99.99 View
#1234 2023-01-01 Shipped $99.99 View
#1234 2023-01-01 Shipped $99.99 View
#1234 2023-01-01 Shipped $99.99 View
#1234 2023-01-01 Shipped $99.99 View
#1234 2023-01-01 Shipped $99.99 View
@stop