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

{{ $patientCaseStudy->user->name }}

{{ $patientCaseStudy->user->email }}

{{ $patientCaseStudy->user->phone }}

@lang('Patient Case Study Info')

@can('patient-case-studies-update') @endcan

{{ $patientCaseStudy->food_allergy }}

{{ $patientCaseStudy->heart_disease }}

{{ $patientCaseStudy->high_blood_pressure }}

{{ $patientCaseStudy->diabetic }}

{{ $patientCaseStudy->surgery }}

{{ $patientCaseStudy->accident }}

{{ $patientCaseStudy->others }}

{{ $patientCaseStudy->family_medical_history }}

{{ $patientCaseStudy->current_medication }}

{{ $patientCaseStudy->pregnancy }}

{{ $patientCaseStudy->breastfeeding }}

{{ $patientCaseStudy->health_insurance }}

@if ($patientCaseStudy->file) @php $extension = pathinfo(asset($patientCaseStudy->file), PATHINFO_EXTENSION); @endphp @if ($extension == 'pdf')
@else
@endif @endif @endsection