@extends('layouts.app') @section('header')
@endsection @section('content')
@if(!empty($caseStudys)) @foreach($caseStudys as $casestudy) @endforeach @endif
Patient Name Food Allergies Tendency Bleed Heart Disease High Blood Pressure Diabetic Surgery Accident Others Family Medical History Current Medication Female Pregnancy Breast Feeding Health Insurance Low Income Reference Action
{{ $casestudy->patient->firstname.' '.$casestudy->patient->lastname }} {{ $casestudy->food_allergies }} {{ $casestudy->tendency_bleed }} {{ $casestudy->heart_disease }} {{ $casestudy->high_blood_pressure }} {{ $casestudy->diabetic }} {{ $casestudy->surgery }} {{ $casestudy->accident }} {{ $casestudy->others }} {{ $casestudy->family_medical_history }} {{ $casestudy->current_medication }} {{ $casestudy->female_pregnancy }} {{ $casestudy->breast_feeding }} {{ $casestudy->health_insurance }} {{ $casestudy->low_income }} {{ $casestudy->reference }} edit Delete
@endsection @section('scripts') @include('layouts.datatables', ['id' => 'dt-casestudy']) @endsection