{{ HTML::style('css/payment/index.css') }} {{ Form::hidden('guardianInfoUrl', action('PaymentController@postGuardianInformation', array()), array('id'=>'guardianInfoUrl')) }} {{ Form::hidden('searchFamilyUrl', action('PaymentController@postSearchfamily', array($role)), array('id'=>'searchFamilyUrl')) }} {{ Form::hidden('familyDetailUrl', action('PaymentController@postFamilydetail', array($role)), array('id'=>'familyDetailUrl')) }} {{ Form::hidden('paymentDetailUrl', action('PaymentController@postPaymentdetail', array($role)), array('id'=>'paymentDetailUrl')) }} {{ Form::hidden('paymentsModeUrl', action('PaymentModeController@getPymentsMode', array()), array('id'=>'paymentsModeUrl')) }} {{ Form::hidden('paymentsMethodUrl', action('PaymentMethodController@getPaymentMethod', array()), array('id'=>'paymentsMethodUrl')) }} {{ Form::hidden('amountOfFees', action('PaymentController@postAmountOfFees', array()), array('id'=>'amountOfFees')) }} {{ Form::hidden('payParcialsUrl', action('PaymentController@postFamilydetailPaysParcials', array($role)), array('id'=>'payParcialsUrl')) }} {{ Form::hidden('chcekPaymentDiscount', action('PaymentController@postCheckPaymentMethodDiscounts', array($role)), array('id'=>'chcekPaymentDiscount')) }} {{ Form::hidden('viewDetail', action('PaymentController@getPaymentDetail', array()), array('id'=>'viewDetail')) }} {{ Form::hidden('serial_scy', $school_year->serial_scy, array('id'=>'serial_scy')) }} {{ Form::hidden('hdnStartDateYear',$school_year->invoice_start_date_scy , array('id'=>'hdnStartDateYear')) }} {{ Form::hidden('hdnEndDateYear',$school_year->end_date_scy, array('id'=>'hdnEndDateYear')) }} {{ Form::hidden('hdnSerialFml',null , array('id'=>'hdnSerialFml')) }} {{ Form::hidden('role', $role, array('id'=>'role')) }} {{ Form::hidden('cardDiners', $card, array('id'=>'cardDiners')) }} {{ Form::token() }}
{{ Form::label('searchFamily', 'Familia:', array('class' => 'col-md-5')) }}
{{ Form::text('searchFamily', '', array('class' => 'form-control', 'placeholder' => 'Buscar Familia', 'autocomplete' => 'off', 'id' => 'searchFamily')) }}
{{ Form::hidden('hdnSerialFml',null , array('id'=>'hdnSerialFml')) }}
{{ Form::label('','Fecha de Inicio:',array('for'=>'txtStartDate')) }}
status_scy=='ACTIVE,CURRENT') @if(date('Y-m') < $school_year->invoice_start_date_scy_txt) value="{{$school_year->invoice_start_date_scy_txt}}" @else value="{{date('Y-m')}}" @endif @else value="{{$school_year->invoice_start_date_scy_txt}}" @endif>
{{ Form::label('','Fecha de fin:',array('for'=>'endDate')) }}
status_scy=='ACTIVE,CURRENT') @if(date('Y-m')<$school_year->invoice_start_date_scy_txt) value="{{$school_year->invoice_start_date_scy_txt}}" @else value="{{date('Y-m')}}" @endif @else value="{{$school_year->invoice_start_date_scy_txt}}" @endif>



{{ HTML::script('js/payment/dates.js') }} {{ HTML::style('css/common/eyelash.css') }}