@extends('layouts.app') @section('title', 'Tambah User Baru - Admin Dashboard') @section('content')

Tambah User Baru

Tambahkan user baru ke sistem Puskesmas

Kembali

Informasi User

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Batal
@endsection