@if($students != null) {{ Form::hidden('showStudentInfo', action('InvoiceWithoutDebtsController@postShowStudentInfo', array()), array('id'=>'showStudentInfo')) }}
@foreach($students as $student) @endforeach
NOMBRES
{{$student->value}}
@else @endif