@if (isset($message))
{{ $message }}
@endif @if (isset($error))
{{ $error }}
@endif @if($errors->any())
{{$errors->first()}}
@endif