@hasSection('page_header')
@yield('page_header')
@elseif (View::hasSection('title_block'))
@yield('title_block')
@endif
@yield('content')