@extends('layouts.main') @section('title', 'Update Data User') @section('content')
Edit User
@csrf @method('PUT')
@endsection