Home
{{--
Shop
--}}
Products
Tracking
About us
Contact
@if(auth()->check()&&auth()->user()->role->title=="SATELLITE")
Wallet: ₱{{number_format(auth()->user()->wallet->fund??0,2)}}
@endif
@if(!auth()->check()) @else
Hi, {{ucwords(strtolower(auth()->user()->firstname))}}
@endif