@extends('layouts.admin') @section('title', trans('general.title.edit', ['type' => trans_choice('general.bills', 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('bills.quantity') }} | @stack('quantity_th_end') @stack('price_th_start'){{ trans('bills.price') }} | @stack('price_th_end') @stack('taxes_th_start'){{ trans_choice('general.taxes', 1) }} | @stack('taxes_th_end') @stack('total_th_start'){{ trans('bills.total') }} | @stack('total_th_end')
---|---|---|---|---|---|
{{ trans('bills.sub_total') }} | 0 | ||||
{{ trans('bills.add_discount') }} | {!! Form::hidden('discount', null, ['id' => 'discount', 'class' => 'form-control text-right']) !!} | ||||
{{ trans_choice('general.taxes', 1) }} | 0 | ||||
{{ trans('bills.total') }} | 0 |