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

Edit Pengguna: {{ $user->name }}

@csrf @method('PUT')
Kembali
@endsection