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

Editar Usuário

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