@extends('layouts.teacher')
| # | {{--Link | --}}Topic Name | Type | 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 | --}}{{ $link->topic_name }} | {{ $linktype }} | {{ ucfirst(substr($link->description, 0, 50)) }}{{ strlen($link->description) > 50 ? '...' : '' }} | {{ dateformatter($link->created_at) }} |
View
{{-- --}}
|
| No Link found | ||||||