@extends('layouts.default') @section('title', trans('general.title.edit', ['type' => trans_choice('general.cheques', 1)])) @section('new_button') view_list{{ trans_choice('general.cheques', 2) . 'List'}} remove_red_eyeshow add {{ trans_choice('general.cheques', 2) }} @endsection @section('content') {!! Form::model($cheque, ['method' => 'PATCH', 'files' => true, 'url' => ['expenses/cheques', $cheque->id], 'role' => 'form']) !!}
{{ trans('general.actions') }} | {{ trans_choice('general.accounting',1) }} | {{ trans('general.description') }} | {{ trans('bills.price') }} | {{ trans('bills.total') }} |
---|---|---|---|---|
|
|
0 | ||
|
|
0 | ||
{{ trans('cheques.sub_total') }} | 0 | |||
{{ trans('cheques.total') }} | 0 |