@extends('layouts.app') @section('title', 'معرض أعمال المتدرب: ' . ($talent->name ?? 'غير معروف') . ' - منصة ابدأ') @section('content')
استكشف المشاريع والإنجازات التي تثبت مهارات المتدرب
{{ $talent->email }}
متدرب مؤهل
{{ $talent->enrolledCourses->count() }}
كورس معتمد
{{ $talent->skills->count() }}
مهارة متقنة
{{ Str::limit($item->description, 120) }}
@if($item->type !== 'image') @php $fileExists = Storage::disk('public')->exists($item->file_path); $downloadUrl = $fileExists ? asset('storage/' . $item->file_path) : '#'; @endphp @if($fileExists) تحميل الملف @else ملف غير متوفر @endif @endifهذا المتدرب بدأ مسيرته للتو، اطلع على مهاراته المتقنة في الكورسات أعلاه