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