@include('layout/backend/_header') @include('layout/backend/_navbar')
S.no. | Title | Description | Category | Actions |
---|---|---|---|---|
{{ ( ( ( isset($_GET['page']) && $_GET['page'] ) ? $_GET['page'] : 1) -1) * 10 + $k + 1 }} | {{ ( ( strlen($v['title']) > 50 ) ? ucfirst( substr($v['title'], 0, 48) ).'...' : ucfirst($v['title']) ) }} | {!! ( ( strlen($v['description']) > 50 ) ? ucfirst( substr($v['description'], 0, 48) ).'...' : ucfirst($v['description']) ) !!} | {{ $v['discussion_category']}} |
{{ count($v['forum_replies']) }} |
|
|