@extends('site.inner') @section('title') {!! $program_categories->title !!} @endsection @section('breadcrumb') @endsection {{-- @section('page_title') {!! $program_categories->title !!} @endsection --}} @section('page_content')

{!! $program_categories->title !!}

{!! label('lbl_posted').': '.date('d F, Y', strtotime($program_categories->created_at)) !!}
{!! $program_categories->content !!}
@stop