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

{{ $press_release->name }}

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