@extends('layouts.master') @section('title', 'Customer Staff') @section('content')
{{ trans('customer_staff.staff') }}
@if (session('success'))
{{ session('success') }}
@endif
{{ trans('customer_staff.table_title') }}
{{ trans('customer_staff.id') }}
Name
office
Tel
((item.customer_staff_id)) ((item.name)) ((item.customer_office_id)) ((item.tel))
@method('DELETE') @csrf
@endsection @section('script-footer') @endsection