@extends('web.layouts.layout') @section('content')
{{-- GRADES --}}
@if(isset($stages) && $stages->isNotEmpty()) @foreach($stages as $stage)
@endforeach @endif
{{-- TERMS --}} @if(isset($terms) && $terms->isNotEmpty()) @foreach($terms as $term)
status === 'active') data-tab="tabSem-{{ $term->id }}" data-id="{{ $term->id }}" @endif>
{{ $term->title }}
@endforeach @endif
{{-- Courses will be loaded here --}}
{{-- $courses->links('vendor.pagination.custom2') --}}
@endsection @push('stack_scripts') @endpush