@extends('layouts.admin')
| S.No | {{--Link | --}}Topic Name | class | Description | Created On | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{--@if ($link->video_type == 1) YouTube Link @elseif ($link->video_type == 2) Video Link @elseif ($link->video_type == 3) Image Link @elseif ($link->video_type == 4) PDF Link @else {{ $cdn }}{{ ucfirst(substr($link->link, 0, 20)) }}{{ strlen($link->link) > 20 ? '...' : '' }} @endif | --}}{!! ucfirst(substr($link->topic_name, 0, 50)) !!} @if (strlen($link->topic_name) > 50) ... {{-- View more --}} @endif | {{--{{ $linktype }} | --}}{{ \App\Models\ClassPackageInformation::where('login_id', $link->teacher_id)->value('class_name') ?? 'N/A' }} | {{ ucfirst(substr($link->description, 0, 50)) }}{{ strlen($link->description) > 50 ? '...' : '' }} | {{ dateformatter($link->created_at) }} |
|
| No Link found | |||||||