@if (isset($lay_template)) @if ($lay_template == 'accueil') @endif @if ($lay_template == 'planning') @endif @if ($lay_template == 'bourse') @endif @endif
@if (isset($hide_topbar)) @if ($hide_topbar == 'topbar2') @include('layouts.topbar2') @else @endif @else @include('layouts.topbar') @endif
@if (isset($hide_sidebar)) @else @include('layouts.sidebar') @endif
{{--

@yield('titlePageHeading')

--}} @yield('content')
@include('layouts.footer')
@include('layouts.logoutModal')