{{ __('About this Lecture') }}

{{ __('No description') }}
  • {{ __('Filters') }}:

{{ __('All questions') }}.

{{ __('Loading') }}...
{{ __('Back to All Questions') }}
{{ __('Loading') }}...
@csrf @if (Cache::get('setting')->recaptcha_status === 'active')
@endif
@forelse($announcements as $announcement)
{{ formatDate($announcement->created_at) }}

{{ $announcement->title }}

{!! clean($announcement->announcement) !!}
@empty

{{ __('No announcement available') }}

@endforelse

{{ __('Reviews') }}

{{ __('Write a review') }}

@csrf
@if (Cache::get('setting')->recaptcha_status === 'active')
@endif