@extends('user.layout') @section('content')
{{ __('Title') }} | {{ __('Category') }} | {{ __('Instructor') }} | {{ __('Price') }} | {{ __('Status') }} | {{ __('Featured') }} | {{ __('Actions') }} | |
---|---|---|---|---|---|---|---|
{{ $course->title }} | {{ $course->category }} | {{ $course->instructorName }} | @if ($course->pricing_type == 'free') {{ __('Free') }} @else {{ $position == 'left' ? $symbol : '' }}{{ $course->current_price }}{{ $position == 'right' ? $symbol : '' }} @endif |
|