@extends('layouts.admin') @section('title', trans('general.title.edit', ['type' => trans_choice('general.invoices', 1)])) @section('content')
| {{ trans('general.actions') }}@stack('actions_th_end') @stack('name_th_start') | {{ trans('general.name') }}@stack('name_th_end') @stack('quantity_th_start') | {{ trans($text_override['quantity']) }}@stack('quantity_th_end') @stack('price_th_start') | {{ trans($text_override['price']) }}@stack('price_th_end') @stack('taxes_th_start') | {{ trans_choice('general.taxes', 1) }}@stack('taxes_th_end') @stack('total_th_start') | {{ trans('invoices.total') }}@stack('total_th_end') | 
|---|---|---|---|---|---|
| {{ trans('invoices.sub_total') }} | 0 | ||||
| 
                                                                        {{ trans('invoices.discount_desc') }}
                                                                     | {!! Form::hidden('discount', null, ['id' => 'discount', 'class' => 'form-control text-right', 'v-model' => 'form.discount']) !!} | ||||
| {{ trans_choice('general.taxes', 1) }} | 0 | ||||
| {{ trans('invoices.total') }} | 0 |