@extends('layouts.app') @push('pageTitle') {{ __('labels.discussion_forum') }} @endpush @section('css') @endsection @section('content')
| # @if (request('sort') == 'id') @endif | {{ __('labels.title') }} @if (request('sort') == 'title') @endif | {{ __('labels.category') }} @if (request('sort') == 'category_id') @endif | {{ __('labels.stats') }} | {{ __('labels.status') }} | {{ __('labels.created_at') }} @if (request('sort') == 'created_at') @endif | {{--{{ __('labels.published_at') }} @if (request('sort') == 'published_at') @endif | --}}{{ __('labels.action') }} | @include('pages.discussions.partials.datatable-rows', ['listresults' => $listresults])
|---|