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