@extends('layouts.app') @section('content')
@foreach ($errors->all() as $error) {{ strtoupper($error) }} @endforeach