{!! Form::open(['url' => action('CreditLedgerController@store'), 'class' => 'register_form', 'method' => 'post', 'id' => 'source_add_form' , 'files' => true]) !!}
CREDITORS FILE |
Account No . : |
{!! Form::text('account_no', null, ['class' => 'form-control', 'required', 'autofocus']); !!} |
MAINTENACE |
Name Of Account : |
{!! Form::text('account_name', null, ['class' => 'form-control', 'style'=>'margin-left:20px;width: 80% !important', 'required']); !!} |
Address : |
{!! Form::textarea('address', null, ['class' => 'form-control', 'style'=>'margin-left:20px;width: 80% !important;margin-top:3px;margin-bottom:3px;', 'rows' => '3']); !!} |
Contact : |
{!! Form::text('contact', null, ['class' => 'form-control', 'style'=>'margin-left:20px;width: 80% !important']); !!} |
Phone / Fax : |
{!! Form::text('phone', null, ['class' => 'form-control', 'style'=>'margin-left:20px;width: 80% !important']); !!} |
Message : |
{!! Form::textarea('message', null, ['class' => 'form-control', 'style'=>'margin-left:20px;width: 80% !important;margin-top:3px;margin-bottom:3px;', 'rows' => '3']); !!} |
Customer Type : |
{!! Form::select('customer_type', ['1' => 'A Credit', '2' => 'B Credit','3' => 'C Credit','4' => 'D Credit',], null, ['class' => 'form-control', 'style'=>'margin-left:20px;width: 80% !important', 'placeholder' => 'Select Type','required']); !!} |
VAT No. : |
{!! Form::number('vat_no', null, ['class' => 'form-control', 'style'=>'margin-left:20px;width: 80% !important','required']); !!} |
Credit Limit YTD INV : |
{!! Form::number('credit_limit', null, ['class' => 'form-control', 'style'=>'margin-left:20px;width: 80% !important']); !!} |
|
0.00 |
Curr Balance YTD Sale : |
0.00 |
|
0.00 |
{!! Form::close() !!}
@endsection
@section('javascript')
@endsection