@extends('backend.layouts.app') @section('title', 'Edit Staff') @section('content') @php $pageTitle = 'Edit Staff'; $indexRoute = 'content-directory-staff.index'; $indexLabel = 'Staff'; @endphp @include('backend.layouts.partials._page_header')
@endsection @push('scripts') @endpush