@yield('style')
T3
Gallery
@if(auth()->check()) {{--
{{auth()->user()->name}}
@if(auth()->user()->role->name == 'admin' || auth()->user()->role->name == 'photographer' )
Portal
@endif
Checkout
Shopping Bag: 0 items $0.00
--}} @else
Login
@endif
Menu
Home
Who We Are
Explore
Book For Event
@if(Auth::check()) @if(auth()->user()->role->name == 'admin' || auth()->user()->role->name == 'photographer' )
Portal
@endif @endif {{--
Login
--}}
@yield('content')