@extends('frontend.layouts.app') @section('title') College Program @endsection @push('style') @endpush @section('content') @include('frontend.layouts.include.breadcrumb', [ 'items' => [['name' => 'Co-Curricular', 'url' => '#'],['name' => 'College Program', 'url' => null]], ])
{{ Str::limit(strip_tags($program->description), 120, '...') }}