@extends('admin.layout.app') @section('body')

Edit User

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