@extends('layouts.app') @section('title', 'Edit Staff') @section('content')

Edit Staff

{{ $staff->name }}

Staff Details

@csrf @method('PUT') @include('hotel.staff.partials._form-fields', ['staff' => $staff, 'isEdit' => true])
@endsection