@if(Session::has('cart')) {{ count(Session::get('cart'))}} @else 0 @endif @if (Auth::check()) @if(isAdmin()) @if(Auth::user()->photo != null) @else @endif @else @if(Auth::user()->photo != null) @else @endif @endif @else @endif
@if (Auth::check() && !isAdmin()) @endif