@extends('layouts.app') @section('title', $app_setting['name'] . ' | Select Chapter Course') @section('content')
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 Chapter |