@if($errors->any())
Existing Errors :
    @foreach($errors->all() as $error)
  1. {{ $error }}
  2. @endforeach
@endif @push('styles') @endpush