@extends('layouts.admin') @section('contenido') {!!Form::open(array('url'=>'historial/triaje', 'method'=>'POST', 'autocomplete'=>'off', 'files'=>'true'))!!} {{Form::token()}}
--}}
@php ($val_fecha = !is_null($paciente->fechaNac) ? HistoriaController::calculaedad($paciente->fechaNac) : '')






@if ($errors->has('precionArterial'))
{{ $errors->first('precionArterial') }}
@endif
@if ($errors->has('temperatura'))
{{ $errors->first('temperatura') }}
@endif
@if ($errors->has('fRespiratoria'))
{{ $errors->first('fRespiratoria') }}
@endif
@if ($errors->has('fCardiaca'))
{{ $errors->first('fCardiaca') }}
@endif
@if ($errors->has('saturacion'))
{{ $errors->first('saturacion') }}
@endif
@if ($errors->has('peso'))
{{ $errors->first('peso') }}
@endif
@if ($errors->has('talla'))
{{ $errors->first('talla') }}
@endif
@if ($errors->has('imc'))
{{ $errors->first('imc') }}
@endif
@if ($errors->has('estadoFisico'))
{{ $errors->first('estadoFisico') }}
@endif
{{ Form::close() }} {{-- Peso --}} @push('scripts') @endpush @endsection