@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') }}
|
{{ __('coursecategory.crc_online_info') }} |
| {{ __('coursecategory.state_th') }}
|
{{ __('coursecategory.credits_th') }} |
{{ __('coursecategory.approvalnumber_th') }} |
{{ __('coursecategory.expirationdt_th') }} |
@foreach ($course->courseApproval as $item)
| {{ $item->fstate }} |
{{ $item->credits }} |
{{ $item->approval }} |
{{ $item->end_datef }} |
@endforeach
@endif