@extends($layout) @section('content')
{{getphrase('payment_mode')}} | {{ Form::select('payment_mode', $payment_ways, null, ['class'=>'form-control', "id"=>"payment_mode", "ng-model"=>"payment_mode", 'required'=> 'true', 'ng-init' =>'payment_mode="cash"', 'ng-class'=>'{"has-error": formSchedule.payment_mode.$touched && formSchedule.payment_mode.$invalid}', ])}} |
Amount to Pay | {{$currency}} @{{total_amount_pay | currency : '' : 2 }} |
Total Amount | {{$currency}} @{{total_amount_pay | currency : '' : 2 }} |
Enter amount | |
Notes |