@if ($errors->any())
{{ $errors->first() }}
@endif @if (session('error'))
{{ session('error') }}
@endif