@extends('layouts.main') @section('title', 'Tambah User') @section('content')
Tambah User
@include('layouts.components.alert-prompt')
@csrf
@endsection