@extends('layouts.app') @section('title', 'Edit Staff') @section('content') {{-- Form to edit the staff --}}
Edit Staff
@method('PUT') @csrf
@endsection