@php $meta = $data->meta_decode; @endphp @section('title', $meta['title'] ?? 'Course') @section('description', $meta['description'] ?? 'Course') @section('keywords', $meta['keywords'] ?? 'Course')
@push('script') @if (is_null($data->payment)) @include('student.payment.script', ['url' => route('fe.student.payment', [$data->id, 'courses'])]) @endif @endpush