@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Select Exam Course')) @section('header-title')
| {{ __('Thumbnail') }} | {{ __('Course Name') }} | {{ __('Category') }} | {{ __('Price') }} | {{ __('Action') }} |
|---|---|---|---|---|
|
|
{{ $course->category?->title }} | @php $price = $course->price && $course->regular_price ? $course->price : $course->regular_price; @endphp @if ($app_setting['currency_position'] == 'Left') {{ $app_setting['currency_symbol'] }}{{ $price }} @else {{ $price }}{{ $app_setting['currency_symbol'] }} @endif | {{ __('View Exams') }} | |
{{ __('No Course Available') }} |
||||