@toastr_css
{{ csrf_field() }} @if (session('status'))
{{ session('status') }}
@endif @if ( $errors->count() )
{!! implode('
', $errors->all()) !!}
@endif @if( session()->has('alert-danger') )
{!! session()->get('alert-danger') !!}
@endif
@toastr_js @toastr_render