@extends('layouts.horizontal-developer') @section('content')

Tambah Staff

@csrf

Tambah Staff Baru

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