@extends('layouts.main', ['title' => 'Tambah Data User']) @section('content')

Tambah Data User

@csrf @include('user.form')

@endsection