@extends('layouts.admin') @section('title', 'Edit Staff') @section('page-title', 'Edit Staff') @section('content')

Staff Information

Update staff member account details

@csrf @method('PUT')
@error('username')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Leave blank if you don't want to change the password

Cancel
@endsection