@if (count($errors) > 0)
@if(is_string($errors)) {{ $errors }} @else Whoops! There were some problems with your request.
Please check the errors and try again. @endif
@endif @if (session('error'))
Whoops! There were some problems with your request.
{{ session('error') }}
@endif @if (session('message'))
{{ session('message') }}
@endif @if (session('status'))
{{ session('status') }}
@endif @if (session('success'))
{{ session('success') }}
@endif