@stack('content_start')
@stack('content_wrapper_start')
@stack('content_header_start')

@yield('title') @yield('new_button') @if (!empty($suggestion_modules)) @foreach($suggestion_modules as $s_module)  {{ $s_module->name }} @endforeach @endif

@stack('content_header_end')
@include('flash::message') @stack('content_content_start') @yield('content') @stack('content_content_end')
@stack('content_wrapper_end')
@stack('content_end')