@extends('layouts.admin') @section('admin')
| Image | Name | Is Hot | Active | Action |
|---|---|---|---|---|
@if(!empty($topic->topic_file) && file_exists($topic->topic_file))
@endif
|
{{$topic->topic_name}} | {{$topic->is_hot == 1 ? 'Yes' : 'No'}} | {{$topic->is_active ? 'Yes' : 'No'}} |