@include('pages.company_staff.search')
@if (session('success'))
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ trans('company_staff.id') }}
|
{{ trans('company_staff.name') }}
|
{{ trans('company_staff.tel') }}
|
{{ trans('company_staff.postcode') }}
|
{{ trans('company_staff.created') }}
|
|
((item.company_staff_id)) |
((item.name)) |
((item.tel)) |
((item.postcode)) |
((item.created_at)) |
|