@extends('adminlte::page') @section('title', config('adminlte.title') . ' | Medical Facts') @section('content_header')

Medical Facts

@stop @section('content')

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Viewing: {{ $medical->fact }}
{{ $medical->fact }}
{{ $medical->severity }}
{{ $medical->facttype }}
{{ $medical->symptoms }}
{{ $medical->actionneeded }}
{{ $medical->comments }}

@stop @section('footer')   @stop