@extends('layouts.default') @section('title', 'New Deposit') @section('header-links') @include('accounts.banking.header') @endsection @section('new_button') view_listDeposit List @endsection @section('content') {!! Form::open(['url' => 'banking/deposit', 'role' => 'form','enctype'=>"multipart/form-data"]) !!}
Action | Received From | Account | Memo | Payment method | Price |
---|---|---|---|---|---|
|
{!! Form::select('deposite[' . $deposite_row . '][payment]', $payment_methods, config('accounts.payment_method'),['id'=> 'payment-id-'. $deposite_row, 'class' => 'selectpicker selectpayment', 'title' => 'Select Method']) !!} |
|
|||
Total | 0 |