@elseif ($invoice->id) @if (isset($lastSent) && $lastSent) {!! trans('texts.last_sent_on', ['date' => link_to('/invoices/'.$lastSent->public_id, $invoice->last_sent_date, ['id' => 'lastSent'])]) !!}
@endif
@if ($invoice->is_recurring && $invoice->start_date && $invoice->is_public)
@if ($sendNextDate = $invoice->getNextSendDate())
{!! trans('texts.next_send_on', ['date' => '' . $account->formatDate($sendNextDate).
'']) !!}
@endif
@if ($invoice->getDueDate())
{!! trans('texts.next_due_on', ['date' => ''.$account->formatDate($invoice->getDueDate($invoice->getNextSendDate())).'']) !!}
@endif
@endif @endif
{{ trans('texts.subtotal') }} | ||
{{ $account->customLabel('invoice1') ?: trans('texts.surcharge') }} | ||
{{ $account->customLabel('invoice2') ?: trans('texts.surcharge') }} | ||
{{ $account->customLabel('invoice1') ?: trans('texts.surcharge') }} | ||
{{ $account->customLabel('invoice2') ?: trans('texts.surcharge') }} | ||
{{ trans('texts.paid_to_date') }} | ||