@extends('layouts.main') @push('styles') @endpush @section('content')
| {{ __('payments.payment') }} | |||||||
|---|---|---|---|---|---|---|---|
| {{ __('finance.account_to_pay_from') }}: | {{ __('finance.date_of_expense') }}: | {{ __('finance.current_account_balance') }}: | {{ __('finance.payment_items_total') }}: | ||||
|
|
{{ Form::text('expense_date', '', ['class'=>'form-control compulsory', 'id'=>'expense_date', 'readonly']) }}
|
{{ Form::text('account_balance', 0, ['class'=>'form-control compulsory', 'id'=>'account_balance', 'readonly']) }}
|
|
||||
|
{{ Form::textarea('memo', '', ['class'=>'form-control compulsory', 'placeholder'=>'Memo']) }}
|
|||||||