@extends('layout.sidebar') @section('content')

{{"FICHA MÉDICA"}}

{{ Form::label('serial_scy',' Año Lectivo:') }} {{$currentSchoolYear->name_scy}}


@if($success)

@endif {{ Form::hidden('studentphotos', action('MedicalFileController@getStudensauthorizetakespictures', array()), array('id'=>'studentphotos')) }} {{ Form::hidden('redirect', $document_root.'modules/student/fUpdateMedicalProfile', array('id'=>'redirect')) }}
@foreach($students as $student) @if(!empty($student->serial_mdf)) @else @endif @endforeach
CÓDIGO ESTUDIANTE NIVEL
{{$student->serial_std}} {{$student->last_name_std}} {{$student->first_name_std}} {{$student->name_set}} {{$student->name_lvl}}
{{ HTML::style('css/common/feature-table.css') }} {{ HTML::script('js/common/feature-table.js') }} {{ HTML::script('js/medicalFile/index.js') }} @stop