@if (get_option('site_rtl', '0') == 1) @else @endif @if (get_option('main_css') != '') @endif
{{ trans('main.support') }}
{{ trans('main.favorite') }}
{{ $pendingPayment->content->title }} @if(!empty($pendingPayment->amount)) - {{ currencySign() }}{{ number_format($pendingPayment->amount) }} @endif
| COURSE CATEGORIES | @if(!isset($new_content))
|---|
| Home @if(Auth::check()) | Payments @endif |
|
@if (count($mainCategory->childs) > 0)
{{ $mainCategory->title }}
({{ count($mainCategory['courses']) }})
@foreach ($setting['category'] as $child) @if($child->parent_id == 0 || $child->parent_id != $mainCategory->id || count($child['courses']) < 1) @continue @endif {{ $child->title }}({{ count($child['courses']) }}) @if($numberOfLoops === count($child['courses'])) @else | @endif @endforeach @else {{ $mainCategory->title }} @endif |
| USER MENU: @if (Auth::check() && Auth::user()->admin == 1) Admin | @endif @if (Auth::check() && (Auth::user()->vendor == 1 || Auth::user()->admin == 1)) Courses I created | @endif Home | Payments | My courses |