@if (!$hideBulkAction) @endif @stack('document_number_th_start') @if (!$hideDocumentNumber) @endif @stack('document_number_th_end') @stack('contact_name_th_start') @if (!$hideContactName) @endif @stack('contact_name_th_end') @stack('amount_th_start') @if (!$hideAmount) @endif @stack('amount_th_end') @stack('issued_at_th_start') @if (!$hideIssuedAt) @endif @stack('issued_at_th_end') @stack('due_at_th_start') @if (!$hideDueAt) @endif @stack('due_at_th_end') @stack('status_th_start') @if (!$hideStatus) @endif @stack('status_th_end') @if (!$hideActions) @endif @foreach($documents as $item) @include('partials.documents.index.card-table-row') @endforeach
{{ Form::bulkActionAllGroup() }} @stack('document_number_th_inside_start') @sortablelink('document_number', trans_choice($textDocumentNumber, 1), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow']) @stack('document_number_th_inside_end') @stack('contact_name_th_inside_start') @sortablelink('contact_name', trans_choice($textContactName, 1)) @stack('contact_name_th_inside_end') @stack('amount_th_inside_start') @sortablelink('amount', trans('general.amount')) @stack('amount_th_inside_end') @stack('issued_at_th_inside_start') @sortablelink('issued_at', trans($textIssuedAt)) @stack('issued_at_th_inside_end') @stack('due_at_th_inside_start') @sortablelink('due_at', trans($textDueAt)) @stack('due_at_th_inside_end') @stack('status_th_inside_start') @sortablelink('status', trans_choice('general.statuses', 1)) @stack('status_th_inside_end') {{ trans('general.actions') }}