@yield('styles')
@if(Auth::User()->hasRole('Admin')) @include('includes.adminHeader') @endif @yield('content')
@yield('scripts')