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

Review Profile