@extends('layouts.master')
@section('title', 'Customer Staff')
@section('content')
@if (session('success'))
{{ session('success') }}
@endif
{{ trans('customer_staff.id') }}
|
|
|
|
((item.customer_staff_id)) |
((item.name)) |
((item.customer_office_id)) |
((item.tel)) |
|
@endsection
@section('script-footer')
@endsection