{{cus_lang('CUST_PANEL_PAGE_CREDIT_CARD_HEADING')}}

@if(isset($Invoice)) @elseif(isset($request["Amount"])) @endif
{{ Form::select('CardType',Payment::$credit_card_type,'', array("class"=>"select2 small")) }}
{{ Form::select('ExpirationMonth', getMonths(), date('m'), array("class"=>"select2 small")) }}
{{ Form::select('ExpirationYear', getYears(), date('Y'), array("class"=>"select2 small")) }}
@if($PaymentGatewayID==PaymentGateway::PeleCard)
@endif