@if ($course->video_demo)
@endif
{{-- BreadCrumb --}}
Courses > Legislation
{{-- Title --}}
{{ $course->title }}
{{-- Description --}}
This is where the course description will go. In DB as seo_description.
{{-- Rating --}}
@include('web.default.includes.webinar.rate', [ 'rate' => $course->getRate(), ])
{{-- Created by --}}
Created by {{ $course->creator->full_name }}
{{-- Updated At --}}
{{ trans('public.updated_at') }} {{ dateTimeFormat($course->created_at, 'j M Y') }}