@extends('layouts.manage')
@section('title')
@lang('Edit Staff')
@endsection
@section('page-header-title')
@lang('Edit Staff') @lang('View Staff')
@endsection
@section('page-header-description')
@lang('Edit Staff') @lang('Go Back')
@endsection
@section('scripts')
@if(config('settings.toast_notifications_enable'))
@endif
@endsection
@section('content')
@include('partials.manage.users.edit')
@endsection