@csrf
@dump($errors->any()) @if($errors->any())
Opps Something went wrong
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif