@extends('layout.sidebar')
@section('content')
@if(sizeof($students)>0)
{{Form::model('',array())}}
Ficha Médica
@if(sizeof($students)==1)
@else
@endif
{{Form::close()}}
{{ HTML::script('js/medical/guardian/index.js') }}
{{ HTML::style('css/common/wizard.css') }}
@else
No existen estudiantes representados
@endif
@stop