@extends('web.layouts.layout') @section('content')
@if(isset($exams) && $exams->isNotEmpty()) @foreach($exams as $exam)
{{ $exam->title }}
{{ $exam->title }}
{{ pluralize('exams::exams.question_count', $exam->total_questions) }}
{{ __('exams::exams.go_to_exam') }}
@endforeach @else
{{ __('general.no_results') }}
@endif
{{ $exams->links('vendor.pagination.custom2') }}
@endsection @push('stack_scripts') @endpush