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