@extends('frontend::layouts.master') @section('content')
{{-- Page Header --}}
{{ $menuHeading ?? 'คลิปการสอน' }}
{!! $detail ?? '' !!}
{{-- Cards Grid --}} @if (!empty($courseVideos)) @else

{{ __('frontend::lang.no_data') }}

@endif
@endsection