@extends('layouts.master') @section('page-css') @endsection @section('main-content')
@if(auth()->user()->hasRole('admin') || auth()->user()->can('Can Create New Topic'))
@endif
Topics Department Contributors Sub-labels Added On Updated On Action
@endsection @section('bottom-js') @endsection