@extends('backend.superadmin.index') @section('body')

List Topic

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
@foreach($topics as $key=>$topic) @endforeach
SN Topic Slug Topic Assign For Action
{{++$key}} {{$topic->name}} {{$topic->slug}} {{$topic->company_nature->name}}
@endsection