@extends('index') @section('content')
Hi {{ auth()->user()->name }},
@if(!empty($ego))

Dark ego kamu adalah

{{ $ego->top_1 }}
{{ round(($ego->top_1_score/$total)*100) }}%
@else

Kamu belum melakukan test, silahkan klik link dibawah ini

Mulai Test @endif
@if(!empty($ego))
{{ $ego->top_2 }}
{{ round(($ego->top_2_score/$total)*100) }}%
{{ $ego->top_3 }}
{{ round(($ego->top_3_score/$total)*100) }}%
@endif
Kenali Dark Ego Kamu Yuks!
@foreach($list_ego as $item)
@endforeach
Logout
@endsection @push('scripts') @endpush