@extends('layouts.healthapp') @section('content')

Tags


 
  • Changes in the description will not automatically affect the past student health record.


  • @if(count($conditions) > 0) @foreach($conditions as $major) @endforeach
    {{++$mj}} {{$major->description}} Remove
    @else
    • No record available.
    @endif
    @if(count($medications) > 0) @foreach($medications as $minor) @endforeach
    {{++$mn}} {{$minor->description}} Remove
    @else
    • No record available.
    @endif
    @if(count($allergies) > 0) @foreach($allergies as $minor) @endforeach
    {{++$mn}} {{$minor->description}} Remove
    @else
    • No record available
    @endif

    @stop