@extends('layouts.app') @section('title', 'لوحة التحكم - منصة ابدأ') @section('content')

لوحة متابعة المهارات

مرحباً، {{ Auth::user()->name }}.. إليك ملخص تقدمك التعليمي

{{ now()->format('l') }}

{{ now()->format('d/m/Y') }}

@if($latestCourse)

متابعة التعلم الحالي

{{ $latestCourse->title }}

متابعة التدريب
@endif
@endsection