@extends('layouts.admin') @section('title', trans('general.title.new', ['type' => trans_choice('general.bills', 1)])) @section('content')
{{ trans('general.actions') }} | {{ trans('general.name') }} | {{ trans('bills.quantity') }} | {{ trans('bills.price') }} | {{ trans_choice('general.taxes', 1) }} | {{ trans('bills.total') }} |
---|---|---|---|---|---|
{!! Form::select('item[' . $item_row . '][tax_id]', $taxes, setting('general.default_tax'), ['id'=> 'item-tax-'. $item_row, 'class' => 'form-control select2', 'placeholder' => trans('general.form.select.field', ['field' => trans_choice('general.taxes', 1)])]) !!} | 0 | ||||
{{ trans('bills.sub_total') }} | 0 | ||||
{{ trans_choice('general.taxes', 1) }} | 0 | ||||
{{ trans('bills.total') }} | 0 |