@extends('layouts.customer') @section('title','Edit Staff') @section('extra-css') @endsection @section('content') @lang('Staffs') @csrf @method('put') @include('customer.staff.form') @lang('admin.form.button.submit') @endsection @section('extra-scripts') @if(!isset($customer)) @endif @endsection