@stack('styles')
@include('layouts.navigation')
@isset($header)

{{ $header }}

@endisset
@yield('content')
@stack('scripts')