@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 rewrw erewr No videos and quizzes found @endsection @section('pagescripts') @endsection