@if( Session::has('success')) @endif @if( Session::has('error')) @endif
@hasSection('content_title')
@yield('content_title')
@endif @hasSection('top_button')
@yield('top_button')
@endif
@yield('content')
@stack('scripts')