@extends('layouts.customer') @section('title','Staff Create') @section('extra-css') @endsection @section('content') @lang('Staff') @lang('admin.form.button.back') @csrf @include('customer.staff.form') @endsection @section('extra-scripts') @endsection