@extends('header') @section('head_css') @parent @stop @section('head') @parent @include('money_script') @foreach ($account->getFontFolders() as $font) @endforeach @stop @section('content') @if ($errors->first('invoice_items'))
{{ trans('texts.subtotal') }} | |||
{{ $account->custom_invoice_label1 ?: trans('texts.surcharge') }} | |||
{{ $account->custom_invoice_label2 ?: trans('texts.surcharge') }} | |||
{{ $account->custom_invoice_label1 ?: trans('texts.surcharge') }} | |||
{{ $account->custom_invoice_label2 ?: trans('texts.surcharge') }} | |||
{{ trans('texts.paid_to_date') }} | |||
@include('invoices.pdf', ['account' => Auth::user()->account, 'hide_pdf' => ! Auth::user()->account->live_preview]) @if (!Auth::user()->account->isPro())