{{ $course->title }}

@if($course->description)

@if($course->type == 0) {{ __('coursecategory.crc_description') }} @else {{ __('coursecategory.bdl_description') }} @endif

{!! $course->description !!}
@endif @if (count($course->courseApproval) > 0)
{{ __('coursecategory.states_the_crc_reciprocate') }}
@foreach ($course->courseApproval as $item) @endforeach
{{ __('coursecategory.crc_online_info') }}
{{ __('coursecategory.state_th') }} {{ __('coursecategory.credits_th') }} {{ __('coursecategory.approvalnumber_th') }} {{ __('coursecategory.expirationdt_th') }}
{{ $item->fstate }} {{ $item->credits }} {{ $item->approval }} {{ $item->end_datef }}
@endif