@section('content')

Add New User

@if ($errors->any())
There were some problems with your input.

@endif
@csrf
Name:
email:
@endsection