{{-- Action Result --}} @if(session('success')) {!! nl2br(e( session('success') )) !!} @endif @if(session('error')) {!! nl2br(e( session('error') )) !!} @endif {{-- Validation Error --}} @if($errors->any()) {{__('There is an error in the input')}} {{-- {{__('There is an error in the input')}} --}} @endif