@extends('admin.layout') @section('title', 'Register Staff') @section('content')

Register New Staff

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