@extends('website.layout.master_auth') @section('title', 'الرئيسية') @section('content')

Welcome
{{ auth()->user()->first_name }} {{ auth()->user()->last_name }}

View account
Revision resources
View all
{{ Carbon\Carbon::now()->format('F') }} foamed
@foreach($blogs as $blog) @endforeach

Your membership

Your last day of membership is {{ \Carbon\Carbon::now()->addMonths((auth()->user()->package) ? auth()->user()->package->duration : null)->format('d M Y') }}

Extend
Current revision session @if(!empty($revision_history)) Score: {{round($revision_history->answer_number / $revision_history->question_number *100, 0) }} % @else Score: 0 % @endif
resuscitation
Start
Current mock exam
Time left: {{($mock_history) ? $mock_history->stopped_time : null}}
@if(!empty($mock_history)) You have answered {{$mock_history->answer_number}} out of {{$mock_history->question_number}} questions @else You have answered 0 out of 0 questions @endif
@if(!empty($mock_history)) @else @endif
@if(!empty($mock_history)) Continue @else Start @endif
@endsection @push('script') @endpush