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

Tambah Pengguna

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