@extends('layouts.default') @section('title', 'Edit Deposit') @section('new_button') view_listDeposit List remove_red_eyeshow add Deposit @endsection @section('content') {!! Form::model($deposit,[ 'method' => 'PATCH', 'url' => ['banking/deposit',$deposit->id], 'role' => 'form']) !!}
Actions | Received From | Account | Memo | Payment Method | Price |
---|---|---|---|---|---|
|
{!! Form::select('deposite[' . $deposite_row . '][payment]', $payment_methods, $item->payment,['id'=> 'payment-id-'. $deposite_row, 'class' => 'selectpicker', 'placeholder' => trans('general.form.select.field', ['field' =>trans_choice('accounting.account_name', 1)])]) !!} |
|
|||
|
{!! Form::select('deposite[' . $deposite_row . '][payment]', $payment_methods, config('accounts.payment_method'),['id'=> 'payment-id-'. $deposite_row, 'class' => 'selectpicker', 'placeholder' => trans('general.form.select.field', ['field' =>trans_choice('accounting.account_name', 1)])]) !!} |
|
|||
{{ trans('invoices.total') }} | @money($deposit->price,'USD',true) |