@yield('title')

@yield('body')
@if (View::hasSection('buttons'))
@yield('buttons')
@endif