@extends('layouts.app') @section('title','Edit Staff') @section('page-title','Edit Staff Member') @section('content')
Edit: {{ $staff->name }} Back
@csrf @method('PUT') {{-- Personal Info --}}
Personal Information
{{-- Employment --}}
Employment Details
{{-- Hierarchy --}}
Reporting Hierarchy
Cancel
@endsection @push('scripts') @endpush