Booking Date |
Adults |
Kids |
|
|
|
{{lang_trans('txt_sno')}}. |
{{lang_trans('txt_room')}} |
{{lang_trans('txt_duration_of_stay')}} |
{{lang_trans('txt_base_price')}} ({{getCurrencySymbol()}}) |
{{lang_trans('txt_total_amount')}} ({{getCurrencySymbol()}}) |
{{ Form::open(array('url'=>route('book-rooms'), 'id'=>"room-book-form", 'class'=>"icon-frm withlbl")) }}
{{Form::select('payment_mode',getPaymentOptions('front'),null,['class'=>"form-control", "placeholder"=>"--Select", "required"=>true])}}
{{ Form::close() }}