@php $questions = App\Models\Question::where('quiz_id', $id)->orderBy('sort')->get(); @endphp @if ($questions->count() > 0)
{{ get_phrase('Add Question') }} {{ get_phrase('Sort Questions') }}
@else

{{ get_phrase('Add Question') }}

@endif