@extends('layouts.admin') @section('title', 'Edit Staff') @section('content')
Update staff member details and permissions
Business: {{ $staff->business->business_name }}
Email: {{ $staff->user->email }}
Current Role: {{ ucfirst($staff->role) }}
Created: {{ $staff->created_at->format('M d, Y') }}