@extends('layouts.master') @section('title', 'Customer Staff') @section('content')
@method('PUT') @csrf

{{ trans('customer_staff.staff_edit') }}

{{ trans('customer_staff.staff_info') }}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@endsection @section('script-footer') @endsection