@hasSection('innerTitle')
@show
@yield('innerTitle')
@endif
@if (count($errors) > 0)
@endif
@foreach (['danger', 'warning', 'success', 'info'] as $msg)
@if(Session::has('alert-' . $msg))
@endif
@endforeach
@if(Session::has('flash_message'))
@endif
@if(isset($flash_message))
@endif
@yield('content')
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{!! clean(Session::get('alert-' . $msg)) !!}
{!! clean(Session::get('flash_message')) !!}
{!! clean($flash_message) !!}