@include('layouts.navigation') @if (isset($header))
{{ $header }}
@endif
@yield('content')
@stack('scripts')