@extends('layouts.app') @section('content')
# | Image | Name | Status | Actions |
---|---|---|---|---|
{{ $key + 1 }} |
@if ($topic->image == null)
|
{{ $topic->name }}
|
@if ($topic->status == 0) id }} data-status="1" data-action="{{ route('topic.change-quiz-status') }}">Unpublished @else id }} data-status="0" data-action="{{ route('topic.change-quiz-status') }}">Published @endif |