@php $meta = $data->meta_decode; @endphp @section('title', $meta['title'] ?? 'Course') @section('description', $meta['description'] ?? 'Course') @section('keywords', $meta['keywords'] ?? 'Course')
{{$data->title}}
@if($data->course_type == 1)
{{$data->title}}
Price: INR {{$data->selling_price}}

{!! $data->description !!}

@if (is_null($data->payment)) Buy Now @else Paid @endif
@endif
@push('script') @if (is_null($data->payment)) @include('student.payment.script', ['url' => route('fe.student.payment', [$data->id, 'courses'])]) @endif @endpush