@extends('layouts.app') @section('title', $module->title) @section('content')
Tahmini süre: {{ $module->estimated_time }} dk • Zorunluluk: {{ $module->required_for_role }}
@if($module->content_type === 'code'){{ $module->content_body }}
@elseif($module->content_type === 'checklist')
{{ $completedUser->name }}
{{ $completedUser->email }}
Tamamlandı
{{ optional($completedUser->pivot->completion_date)->format('d.m.Y H:i') ?? '-' }}
Henüz bu modülü tamamlayan kullanıcı bulunmuyor.