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

Edit User

@csrf@method('PUT')@include('users._form',['submitLabel'=>'Update'])
@csrf
@endsection