@extends('layout.guest') @section('content')
Hasil diagnosa Konseling Anda



Doctor 1
@php use Illuminate\Support\Facades\DB; $adminUser = DB::table('users') ->where('role', 'admin') ->first(); @endphp
{{ $adminUser->name }}
Pakar Konseling
(12,495)

Nama Pengguna:

{{ Auth::user()->name }}

Email:

{{ Auth::user()->email }}

Gejala Konseling Anda
    @php $count = 1; @endphp @foreach ($selectedGejalaNames as $gejalaName)
  1. {{ $count }}. {{ $gejalaName }}
  2. @php $count++; @endphp @endforeach
Kemungkinan Masalah Yang Diderita
{{ $data['possiblePenyakit']['name'] }}
Solusi
{{ $data['possiblePenyakit']['solusi'] }}
{{--
@if ($data['possiblePenyakit']['education']['video1'])
@endif @if ($data['possiblePenyakit']['education']['video2'])
@endif @if ($data['possiblePenyakit']['education']['video3'])
@endif @if ($data['possiblePenyakit']['education']['video4'])
@endif @if ($data['possiblePenyakit']['education']['video5'])
@endif
--}}
@endsection