{{ trans('app.object_questions') }}

@section('questions-index') @forelse ($questions as $question) @if ($question->questionCat != $category)

{{ $category->title }}

@endif

{{ $question->title }}

{!! $question->answer !!}
@empty

{{ trans('app.nothing_here') }}

@endforelse @show
{!! $questions->render() !!}