@extends('layouts.admin') @section('admin')

Topic

@foreach($topics as $topic) @endforeach
Image Name Is Hot Active Action
@if(!empty($topic->topic_file) && file_exists($topic->topic_file)) @else @endif {{$topic->topic_name}} {{$topic->is_hot == 1 ? 'Yes' : 'No'}} {{$topic->is_active ? 'Yes' : 'No'}}
@endsection