@extends('layouts.default') @section('title', trans('general.title.new', ['type' => trans_choice('general.debitmemo', 1)])) @section('new_button') view_list{{trans_choice('general.debitmemo', 1) .' List' }} @endsection @section('content') {!! Form::open(['url' => 'expenses/debitmemo', 'files' => true, 'role' => 'form', 'id'=>'debitMemo']) !!}
:message
') !!}{{ trans('general.actions') }} | {{ trans('general.account') }} | {{ trans('general.description') }} | {{ trans('invoices.price') }} | {{ trans('invoices.total') }} |
---|---|---|---|---|
|
|
0 | ||
{{ trans('invoices.sub_total') }} | 0 | |||
{{ trans('invoices.total') }} | 0 | {{ Form::hidden('total_grand', null, ['id'=>'grand-total-input']) }}