@stack('sub_total_td_start') @stack('sub_total_td_end') @if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both'])) @stack('item_discount_td_start') @stack('item_discount_td_end') @endif @if (in_array(setting('localisation.discount_location', 'total'), ['total', 'both'])) @stack('add_discount_td_start') @stack('add_discount_td_end') @endif @stack('tax_total_td_start') @stack('tax_total_td_end') @stack('grand_total_td_start') @stack('grand_total_td_end') @stack('currency_conversion_td_start') @stack('currency_conversion_td_end')
{{ trans('invoices.sub_total') }}
{{ trans('invoices.item_discount') }}
{{ trans('invoices.add_discount') }}
delete
{{ trans('invoices.total') }}