@extends('layouts.app') @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif

Forum

@if($questions->isEmpty())

There are currently no questions.

@else {{ $questions->links() }} @endif
Ask a Question
@php $showSidebar = false; $showTopicsSidebar = false; $showForumSidebar = true; @endphp @endsection