@extends('admin.layouts.app') @section('page-title', 'Account Dashboard') @section('content')

Add Staff

@if($errors->any())
There were some problems with your input:
@endif
@csrf
1. Personal
2. Professional
3. System
4. Permissions
{{-- Stage 1 --}}
{{-- Stage 2 --}}
{{-- Stage 3 --}}
If left blank employee id will be used.
{{-- Stage 4 --}}
Permissions
@foreach($permissions as $group => $groupPerms)
{{ ucfirst($group) }}
@foreach($groupPerms as $perm) @endforeach
@endforeach
@endsection