@if (session('error'))
{{ session('error') }}
@endif
@if ($errors->any())
Please fix the errors below.
@endif