{{ trans('document.new') }} {{-- dropdown rec per page --}}
@include('includes.pagination-dropdown')
{{-- end dropdown rec per page --}}
{{ trans('document.id') }} {{ trans('document.name') }} {{ trans('document.created_on') }} {{ trans('document.created_by_id') }} {{ trans('document.updated_on') }} {{ trans('document.updated_by_id') }}
{{ trans('label.action') }}
((item.id)) ((item.name)) ((item.created_on)) ((item.creator?.name)) ((item.updated_on)) ((item.updater?.name))
Loading...
{{ trans('label.no_record') }}
@include('includes.pagination')
@include('pages.customer.detail.modal_add_customer_staff_document')