@extends('frontend.layouts.app',['title' => 'Dashboard'])
@section('content')
@include('frontend.layouts.sidebar', ['title' => 'Dashboard'])
Overview
Hi! {{ auth()->user()->name }}
2 Recently Purchases
-
2 Items ?
On the way
{{--
$22
--}}
All Orders
@endsection