@extends('web.layouts.container') @section('content')
@if($new->file) {{__('articles.download_pdf')}} @endif
{{__('articles.updated_on')}}

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

{{$new->title}}

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