@extends("front.$version.layout")
@section('pagename')
- {{__('All Courses')}}
@endsection
@section('styles')
@endsection
@section('breadcrumb-title', $bex->course_title)
@section('breadcrumb-subtitle', $bex->course_subtitle)
@section('breadcrumb-link', __('Courses'))
@section('content')
{{-- featured course start --}}
@if (count($featured_courses) > 0)
{{__('No Featured Course Found!')}}
{{__('OUR FEATURED COURSES')}}
{{__('No Course Found!')}}
{{strlen($course->title) > 30 ? mb_substr($course->title, 0, 30, 'utf-8') . '...' : $course->title}}
{{ $bse->base_currency_symbol_position == 'left' ? $bse->base_currency_symbol : '' }} {{ $course->previous_price }} {{ $bse->base_currency_symbol_position == 'right' ? $bse->base_currency_symbol : '' }}
@endif
@endif