{{ $value->course_name ?? '' }}
{{ Str::limit($value->short_description ?? '', 100, '...') }}
@extends('website.includes.layout') @section('meta_title', $cms->meta_title ?? '') @section('meta_keyword', $cms->meta_keyword ?? '') @section('meta_description', $cms->meta_description ?? '') @section('image', $cms->image ?? '') @section('content') @include('website.sections.breadcumb', ['heading' => $cms->course_name, 'pagename' => $cms->course_name, 'breadcumb_image' => showImage($bg->image ?? '', $bg->image_webp ?? '') ] )
Total Fees : {{ $cms->total_fees ?? '' }}
Discount Fees : {{ $cms->discount_fees ?? '' }}
Course Duration : {{ $cms->duration ?? '' }}
{!! $cms->description ?? '' !!}{!! substr(strip_tags($value->description ?? ''), 0, 255) . '...' !!}