@yield('style')
{{--
--}}
(903) 284-6215
(903) 284-6223
@if (Auth::guest())
Login
Signup
@else
Account
Logout
@endif
{!! Cart::content()->count() !!}
Navbar
{{--
(800) 755-2434
--}}
(903) 284-6223
@if (Auth::guest())
LOGIN
SIGNUP
@else
PROFILE
LOGOUT
@endif
CART
Home
@if(Session::has('destination')) @if(Session::get('destination') == 'wholesale')
Label
@endif @endif
Shop
{{--
About
--}}
Contact
@if(Auth::check() && Auth::user()->role_id != 1)
Admin
@endif
@if (\Request::is('home'))
{{--
--}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{--
Previous
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Next
--}} {{--
--}}
@endif
@yield('content') @yield('footer')