@section('title', $CourseDetail['meta_title']) @section('description', $CourseDetail['meta_description']) @section('keywords', $CourseDetail['meta_keywords']) @section('tags', $CourseDetail['meta_tags']) @extends('front.new.layouts.app') @push('schema') {!! \App\Helpers\SchemaHelper::render( \App\Helpers\SchemaHelper::course($CourseDetail->name, $CourseDetail->meta_description, url()->current()), ) !!} @endpush @section('content')

COURSE FACT

STUDY LEVEL PROGRAM DURATION CREDITS HOURS

{{ $CourseDetail->courseCate->name }}

{{ $CourseDetail->duration }}

{{ $CourseDetail->credit_hourse }}

Eligibility Criteria

{{ $CourseDetail->eligibility }}

{{--

{{$CourseDetail->name}}

--}}
{{-- @if(!empty($CourseDetail->objective))--}} {{--

Objectives

--}} {{-- {!!$CourseDetail->objective!!}--}} {{-- @endif--}} @if(!empty($CourseDetail->program_overview))

Program Overview

{!! $CourseDetail->program_overview !!}
@endif @if(!empty($CourseDetail->why_choose))

Why Choose {{$CourseDetail->name}}?

{!! $CourseDetail->why_choose !!}
@endif @if(!empty($CourseDetail->role_scope))

Career Scope & Opportunities

{!! $CourseDetail->role_scope !!}
@endif

@php $fixedSchema = str_replace([''], [''], $CourseDetail->schma_study); @endphp
{!! $fixedSchema !!}
{{-- Faq--}}

@if(!empty($CourseDetail->faq)) @foreach(json_decode($CourseDetail->faq, true) as $index => $faq)
{{ $faq['question'] }}
{{ $faq['answer'] }}
@endforeach @else

No FAQs available for this course.

@endif
{{-- End Faq--}}
@endsection