@extends('layouts.main', ['title' => 'Ubah Data User']) @section('content')

Ubah Data User

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

@endsection