{{ __('Manage Topics') }}

{{ __('Topics') }} {{ __('Manager') }}

{{ __('Add New') }}
{{ __('Topics DataTable') }}
@forelse ($topics as $topic) @empty @endforelse
{{ __('SL') }} {{ __('Topic Title') }} {{ __('Topic Slug') }} {{ __('Status') }} {{ __('Date Created') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $topic->title }} {{ $topic->slug }} @if ($topic->status === 1) Enable @elseif ($topic->status === 0) Disable @else Pending @endif {{ $topic->created_at->diffforhumans() }}
id) }}" method="post"> @csrf @method("delete")
No data found
{{-- @include('partials.admin.flash') --}}