You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
 

5 lines
273 B

<div class="w-full flex flex-col items-center fixed mt-5">
@foreach($errors->all() as $key => $error)
<p class="w-1/4 text-center bg-red-600 rounded-lg border-[7px] border-red-300 py-2 px-1 text-2xl mb-3">{{ $error }}</p>
@endforeach
</div>