@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('invoices.quantity') }}@stack('quantity_th_end') @stack('price_th_start') | {{ trans('invoices.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.add_discount') }} | {!! Form::hidden('discount', null, ['id' => 'discount', 'class' => 'form-control text-right']) !!} | ||||
| {{ trans_choice('general.taxes', 1) }} | 0 | ||||
| {{ trans('invoices.total') }} | 0 | ||||