@extends('frontend.master') @section('title') {{ ___('frontend.News Details') }} @endsection @section('main')
{{ dateFormat($data['news']->date) }}
{!! $data['news']->description !!}
{{ dateFormat($item->date) }}