@extends('layouts.front') @section('content') Our Courses Home Topics Grade All @foreach($allgrades as $allg) id == $cgrade) selected @endif>{{$allg->title}} @endforeach Subject All @foreach($allsubjects as $alls) id == $csubject) selected @endif>{{$alls->title}} @endforeach @foreach ($alltopics as $atopic) is_paid == 1) style="background:red;color:white" @endif>{{ $atopic->is_paid == 1 ? 'Premium' : 'Free' }} (20 Reviws) {{ $atopic->title }} {{ $atopic->grade->title ?? (null . '/' . $atopic->subject->title ?? null) }} {{$atopic->getstudents()->count()}} @endforeach @foreach ($alltopics as $atopic) is_paid == 1) style="background:red;color:white" @endif>{{ $atopic->is_paid == 1 ? 'Premium' : 'Free' }} (20 Reviws) {{ $atopic->title }} {{ $atopic->grade->title ?? (null . '/' . $atopic->subject->title ?? null) }} {{$atopic->getstudents()->count()}} @endforeach @endsection @section('scripts') @endsection