@extends('layouts.index') @section('title', 'Tambah Pengguna') @section('content_header')

Tambah Pengguna

@stop @section('content') @include('partials.breadcrumbs')
@csrf
@include('user.form')
@endsection @include('partials.reset_form')