@extends('frontend.' . auth()->user()->role . '-dashboard.layouts.master') @section('dashboard-contents')

Forum Listings

New
@foreach ($models as $model) @endforeach @if(count($models) ==0) @endif
Title Category Status Actions
{{ $model->title }} {{ @$model->category->title }} {{ $model->status ==1 ? "Active" : "In-active" }}
{{ __('No Data') }}
{{ $models->render() }}
@endsection @push('scripts') @endpush