{!! Form::open(['url' => action('DebitorLedgerController@store'), 'class' => 'register_form', 'method' => 'post', 'id' => 'source_add_form' , 'files' => true]) !!}
CONTACT LEDGER FILE |
Account No . : |
{!! Form::text('account_no',$id, ['class' => 'form-control', 'required', 'autofocus']); !!} |
MAINTENACE |
Ledger Type *: |
{!! Form::select('ledger_type', ['1' => 'Creditor', '2' => 'Debitor', '3' => 'Both'], null, ['class' => 'form-control', 'placeholder' => 'Select Type', 'style'=>'margin-left:20px;width: 80% !important', 'required']); !!} |
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', 'required']); !!} |
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']); !!} |
VAT No. : |
{!! Form::text('vat_no', null, ['class' => 'form-control', 'style'=>'margin-left:20px;width: 80% !important']); !!} |
{!! Form::close() !!}
@endsection
@section('javascript')
@endsection