@extends('layouts.front') @section('content')

{{ $mytopic->title }}

{{ $mytopic->title }}

  • {{--
    Teacher
    --}}
    Grade
    {{ $mytopic->grade->title ?? null }}
  • Subject
    {{ $mytopic->subject->title ?? null }}
  • Review
    • (20 Reviws)
Courses
{!! $mytopic->summary !!}

List of available quizes
Student Reviews (Coming Soon)
  • Reviews
    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:

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()) @else Login to view @endif

Tags

@foreach ($mytopic->topictags as $tags) @endforeach

Releted Courses

@foreach ($relateds as $ds)
Course
is_paid == 1) style="background:red;color:white" @endif>{{ $ds->is_paid == 1 ? 'Premium' : 'Free' }}
@endforeach
@endsection @section('scripts') @endsection