@extends('index') @section('content')
@csrf

Criar novo Usuário

@if ($errors->has('name'))
{{$errors->first('name')}}
@endif
@if ($errors->has('email'))
{{$errors->first('email')}}
@endif
@endsection