@extends('layout.sidebar') @section('content') @if(sizeof($students)>0) {{Form::model('',array())}}

Ficha Médica

@if(sizeof($students)==1)
{{Form::hidden('serial_usr',$students[0]['serial_usr'],['id'=>'serial_usr'])}}
@else
@foreach($students as $key=>$student)
@endforeach {{Form::hidden('serial_usr',$students[0]['serial_usr'],['id'=>'serial_usr'])}}
@endif
{{Form::close()}} {{ HTML::script('js/medical/guardian/index.js') }} {{ HTML::style('css/common/wizard.css') }} @else

No existen estudiantes representados

@endif @stop