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

{{ $program->title }}

{{ $program->created_at->format('d M, Y') }}
{!! $program->description !!}
@endsection @push('script') @endpush