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

Edit User

@csrf @method('PUT') @include('user.form')
@endsection