| Sr.No | Master Topic | Moderator Name | Moderator Details | Image | Action |
|---|---|---|---|---|---|
| {{ $moderator->id }} | {{ \Illuminate\Support\Str::limit($moderator->masterTopic->title ?? '', 10) }} | {{ $moderator->moderator_name }} | {{ \Illuminate\Support\Str::limit($moderator->moderator_detail, 20) }} |
@if (!empty($moderator->image_name))
@endif
|
@can('edit-master')
Edit
@endcan
@can('delete-master')
@endcan
|
@endif