@extends('layouts.master') @section('content')
@if ($errors->any())
Peringatan :
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Tambah Data User (Admin,Admin Surat,Admin Keuangan)


{{csrf_field()}}

BATAL
@endsection