{{--
link/ tabs grid item
Contains mobile hamburger button and menu
--}}
{{-- mobile hamburger button --}}
{{-- main nav for md and large screens --}}
{{-- mobile menu that shows when hamburger button is pressed/clicked --}}
{{--
signin/ account grid item
this grid item display is set to 'none' on small screens,
see @media (max-width: 1200px) { div.grid-item.signin }
--}}
@if (Auth::check())
{{-- if user is signed in --}}
@include('partials.auth_login')
@include('admin.messages.message_notifications')
@include('partials.checkout')
@else