@if (session()->has('errors'))

{{__("Error")}}!

{!! session()->get('errors') !!}
@endif