@extends('student-panel.partials.master') @section('title') {{ @$title }} @endsection @section('content')
{!! $forum->description !!}
@endsection @push('script') @include('backend.partials.delete-ajax') @endpush