@extends('layout.sidebar')
@section('content')
{{"FICHA MÉDICA"}}
@if($success)
Se ha actualizado los datos correctamente.
@endif
{{ Form::open(array('url' => $document_root.'modules/medical_file/fMedicalFile', 'method' => 'POST', 'id' => 'data_form')) }}
NOMBRE
|
|
{{$employee->last_name_emp}} {{$employee->first_name_emp}} |
@if(!empty($employee->serial_mdf))
|
@else
|
@endif
{{ Form::close() }}
{{ HTML::style('css/common/feature-table.css') }}
{{ HTML::script('js/common/feature-table.js') }}
@stop