@extends('layouts.front') @section('content') {{ $mytopic->title }} Home Topics {{ $mytopic->title }} {{ $mytopic->title }} {{-- --}} Grade {{ $mytopic->grade->title ?? null }} Subject {{ $mytopic->subject->title ?? null }} Review (20 Reviws) Overview Quiz Reviews {!! $mytopic->summary !!} Read the full topic List of available quizes @foreach ($mytopic->quizes as $quiz) {{ $quiz->title }} @endforeach Student Reviews (Coming Soon) Bobby Aktar April 03, 2019 There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which. / 5 Star Leave A Comment Your Rating: Post Comment Course Features Files : {{$mytopic->files->count()}} Quizzes : {{$mytopic->quizes->count()}} Students : {{$mytopic->getstudents()->count()}} is_paid == 1) style="color:red" @endif>{{ $mytopic->is_paid == 1 ? 'Premium' : 'Free' }} Enroll Now Supporting Documents @if(Auth::user()) @foreach ($mytopic->files as $file) {{ $file->created_at }} @endforeach @else Login to view @endif Tags @foreach ($mytopic->topictags as $tags) {{ $tags->tag->title }} @endforeach Releted Courses @foreach ($relateds as $ds) is_paid == 1) style="background:red;color:white" @endif>{{ $ds->is_paid == 1 ? 'Premium' : 'Free' }} (20 Reviws) {{ $ds->title }} {{ $ds->grade->title ?? (null . '/' . $ds->subject->title ?? null) }} {{$ds->getstudents()->count()}} @endforeach @endsection @section('scripts') @endsection
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which.