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

{{ $speech->name }}

{!! date('d F, Y', strtotime($speech->created_at)) !!} {{ label('lbl_download') }}
{!! $speech->content !!}
@stop