@extends('web.layouts.main') @section('content')
{{__('news.descriptions')}}
{{$news->category->currentDescription->name ?? ""}}

{{$news->currentDescription->title ?? ""}}

{{date('Y d F', strtotime($news->created_at))}}
{!!$news->currentDescription->description?? ""!!}
@if(count($otherNews)) @endif @endsection