Recent Searches
how to setup buttons
Pages
Analytics Dashboard Help Center My account settings
Members
user-pic
Angela Bernier
Manager
user-pic
David Grasso
Web Designer
user-pic
Mike Bunch
React Developer
View All Results
{{-- --}}
My Cart
7 items
Your Cart is Empty!
Shop Now
user-pic
Branded T-Shirts

Quantity: 10 x $32

$320
user-pic
Bentwood Chair

Quantity: 5 x $18

$89
user-pic
Borosil Paper Cup

Quantity: 3 x $250

$750
user-pic
Gray Styled T-Shirt

Quantity: 1 x $1250

$ 1250
user-pic
Stillbird Helmet

Quantity: 2 x $495

$990
Total:
$1258.58
Checkout
@include('admin.layouts.partials.notifications')
Welcome {{auth()->user()->first_name }} !
Profile
@php $route = ''; if(auth()->check()){ if(auth()->user()->role->name == 'admin'){ $route = route('admin.logout'); }elseif(auth()->user()->role->name == 'packer'){ $route = route('packer.logout'); }else{ $route = route('front.user.logout'); } } @endphp Logout