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

{{__("Error")}}!

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