@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) @php $paid = $item->paid; @endphp @if (!$hideBulkAction) @endif @stack('document_number_td_start') @if (!$hideDocumentNumber) @endif @stack('document_number_td_end') @stack('contact_name_td_start') @if (!$hideContactName) @endif @stack('contact_name_td_end') @stack('amount_td_start') @if (!$hideAmount) @endif @stack('amount_td_end') @stack('issued_at_td_start') @if (!$hideIssuedAt) @endif @stack('issued_at_td_end') @stack('due_at_td_start') @if (!$hideDueAt) @endif @stack('due_at_td_end') @stack('status_td_start') @if (!$hideStatus) @endif @stack('status_td_end') @if (!$hideActions) @endif @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') }}
{{ Form::bulkActionGroup($item->id, $item->document_number) }} @stack('document_number_td_inside_start') {{ $item->document_number }} @stack('document_number_td_inside_end') @stack('contact_name_td_inside_start') {{ $item->contact_name }} @stack('contact_name_td_inside_end') @stack('amount_td_inside_start') @money($item->amount, $item->currency_code, true) @stack('amount_td_inside_end') @stack('issued_at_td_inside_start') @date($item->issued_at) @stack('issued_at_td_inside_end') @stack('due_at_td_inside_start') @date($item->due_at) @stack('due_at_td_inside_end') @stack('status_td_inside_start') {{ trans($textDocumentStatus . $item->status) }} @stack('status_td_inside_end')