@extends('adminlte::page') @section('title', 'Tambah User') @section('content_header')

Tambah Admin/User

@stop @section('content')
@csrf @include('admin.users._form', ['submitLabel' => 'Simpan'])
@stop @section('css') @stop @section('js') @stop