@extends('web.layouts.container') @section('content')

{{$new->currentDescription->title}}

{{date('d M Y ', strtotime($new->created_at))}}

{{date('h:i A', strtotime($new->created_at))}}

{!! $new->currentDescription->description !!}
@endsection @section('inner_js') @endsection