@extends('layouts.admin') @section('title','Tambah User') @section('content')

Tambah User Baru

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