@extends('admin.layouts.app') @section('title', 'Edit Staff - HR Management') @section('content')

Edit Staff: {{ $staff->user->name ?? 'N/A' }}

@csrf @method('PUT')
Cancel
@endsection