{{ Form::hidden('financialInstitutionsUrl', action('PaymentController@postFinancialinstitutionsoptions', array()), array('id'=>'financialInstitutionsUrl')) }}
{{ Form::label('guardian', 'Dueño del Cheque:', array('class' => 'col-md-6 control-label')) }}
{{ Form::select('guardian', $guardians, '', array('class' => 'form-control', 'id' => 'guardian')) }}
{{ Form::label('kinship_pdt', 'Relación con el estudiante:', array('class' => 'col-md-6 control-label')) }}
{{ Form::select('kinship_pdt', $relationships, '', array('class' => 'form-control', 'id' => 'kinship_pdt')) }}
{{ Form::label('id_owner_pdt', 'Cédula:', array('class' => 'col-md-6 control-label')) }}
{{ Form::text('id_owner_pdt', '', array('class' => 'form-control', 'id' => 'id_owner_pdt')) }}
{{ Form::label('cellphone_owner_pdt', 'Celular:', array('class' => 'col-md-6 control-label')) }}
{{ Form::text('cellphone_owner_pdt', '', array('class' => 'form-control', 'id' => 'cellphone_owner_pdt')) }}
{{ Form::label('serial_fin', 'Institución Financiera:', array('class' => 'col-md-6 control-label')) }}
{{ Form::select('serial_fin', $financialInstitutions, '', array('class' => 'form-control', 'id' => 'serial_fin')) }}
{{ Form::label('num_check_pdt', 'NÂș de cheques:', array('class' => 'col-md-6 control-label')) }}
{{ Form::text('num_check_pdt', '', array('class' => 'form-control', 'id' => 'num_check_pdt')) }}
{{ Form::label('owner_pdt', 'Dueño del Cheque:', array('class' => 'col-md-6 control-label')) }}
{{ Form::text('owner_pdt', '', array('class' => 'form-control', 'id' => 'owner_pdt')) }}
{{ Form::label('email_owner_pdt', 'Email:', array('class' => 'col-md-6 control-label')) }}
{{ Form::text('email_owner_pdt', '', array('class' => 'form-control', 'id' => 'email_owner_pdt')) }}
{{ HTML::script('js/payment/paycheck.js') }}