@extends('layouts.app') @section('content')

Crear usuario

@if ($errors->any())
@endif
@csrf @method('PUT')
Volver
@endsection