@extends('backend.master') @section('title') {{ @$title }} @endsection @section('content')
@if (hasPermission('forum_list')) {{ ___('common.Back') }} @endif
{!! $forum->description !!}
@endsection @push('script') @include('backend.partials.delete-ajax') @endpush