@if(auth()->user())
Welcome {{ auth()->user()->first_name }}!
Balance:
${{ number_format(auth()->user()->balance, 2) }}
My Store
Settings
Logout
@endif
Home
Bid Item
Sell Item
AI Models
Applications
Become A Vendor
Apply For Grant
Blog
@yield('content') {{--
--}} {{--
--}}
@csrf