@extends(getTemplate().'.view.layout.layout') @section('title') {{ get_option('site_title','') }} - {{ $category->title ?? 'Categories' }} @endsection @section('meta_description',get_option('site_meta_description')) @section('meta_keyword',get_option('site_meta_keyword')) @section('page')

Courses/{{ $category->title }}

{{ csrf_field() }}
{{-- --}}
get('post-sell')) && request()->get('post-sell') == 1) checked @endif data-plugin-ios-switch/>
   {{--
get('support')) && request()->get('support') == 1) checked @endif data-plugin-ios-switch/>
   --}}
{{-- @include('web.default.view.parts.course_list', ['new_content', $new_content]) --}}
@if(!empty($vip) && !isset($order) && !isset($pricing) && !isset($course) && !isset($off) && !isset($post_sell) && !isset($q) && !isset($support) && !isset($filters)) @foreach($vip as $content) @if(isset($content->content->id))
Warning: Undefined variable $content in /home/investorpath/public_html/braintem.org/resources/views/web/default/view/category/category.blade.php on line 145

Warning: Attempt to read property "content" on null in /home/investorpath/public_html/braintem.org/resources/views/web/default/view/category/category.blade.php on line 145

Warning: Attempt to read property "id" on null in /home/investorpath/public_html/braintem.org/resources/views/web/default/view/category/category.blade.php on line 145
@endif @endforeach @else @endif {{-- @include('web.default.view.parts.course_list', ['new_content'=>$first]) --}} @foreach($contents as $new) @endforeach
COURSES/ {{ $category->title }} @if(Auth::check())     |     Courses I joined @endif
{{ $new['title'] }} | @if(Auth::check()) @if(!empty($activeSubscription) && ($activeSubscription->plan_type === 'unlimited' || in_array($new['id'], $subscriptionCourseIds ?? []))) {{currencySign().number_format($new['price']) }} @elseif(checkIfPaid($new['id'])) Purchased @elseif(isset($new['price']) && $new['price'] > 0) {{currencySign().number_format($new['price']) }} @else {{ trans('main.free') }} @endif @else @if(isset($new['price']) && $new['price'] > 0) {{currencySign().number_format($new['price']) }} @else {{ trans('main.free') }} @endif @endif
@if(isset($ads)) @foreach($ads as $ad) @if($ad->position == 'category-pagination-bottom') @endif @endforeach @endif
@endsection @section('script') @endsection