HOME
(current)
ABOUT US
DONATIONS
PODCASTS
MERCHANDISE
Contact Us
@if (Auth::check())
Dashboard
@if (Auth::user()->hasRole('user'))
{{ Cart::content()->count() > 0 ? Cart::content()->count() : '0' }}
@endif @else
@endif