@extends('dashboard.layouts.default') @section('content')
@php $allSubjects = App\Models\Subject::select('slug','name')->get(); @endphp
@foreach($allSubjects as $sub) {{ $sub->name }} @endforeach

Select the topic to show videos and quizzes

@endsection @section('pagescripts') @endsection