@extends('layouts.manage')
@section('title')
@lang('Add Staff')
@endsection
@section('page-header-title')
@lang('Add Staff') @lang('View Staff')
@endsection
@section('page-header-description')
@lang('Add New Staff') @lang('Go Back')
@endsection
@section('content')
@include('partials.manage.users.create')
@endsection