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