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

Form Tambah User

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