@extends('theme.master') @section('title', "$cats->page_title") @section('content') @include('admin.message')

{{ $cats->title }}

@if(isset($subcat))

Sub Categories

@foreach($subcat as $cat) @if($cat->status == 1) @endif @endforeach
@endif @if(isset($childcat))

Sub Categories

@foreach($childcat as $cat) @if($cat->status == 1) @endif @endforeach
@endif
@php $instructors = App\User::where('role', 'instructor')->get(); @endphp @if(! $instructors->isEmpty())

Popular Instructors

@endif

{{ $cats->title }} Courses

@foreach($courses as $course) @if($course->status == 1)
@if($course['preview_image'] !== NULL && $course['preview_image'] !== '') course @else course @endif
  • All Levels

{{ str_limit($course->short_detail, $limit = 125, $end = '..') }}

    @if($course->type == 1) @php $currency = App\Currency::first(); @endphp @if($course->discount_price == !NULL)
  • {{ $course->discount_price }} {{ $course->price }}
  • @else
  • {{ $course->price }}
  • @endif @else
  • Free
  • @endif

  • Fatal error: Uncaught Error: Class "App\ReviewRating" not found in /home/rajthemystery/public_html/resources/views/front/category.blade.php:253 Stack trace: #0 {main} thrown in /home/rajthemystery/public_html/resources/views/front/category.blade.php on line 253