@php $class = isset($class) ? $class : ''; @endphp
{{\Carbon\Carbon::parse($news->on_shelf_date)->format('d/m/Y')}}
{{$news->title}}
@if(strlen($news->description) > 100) {{mb_substr($news->description,0,100) . '...'}} @else {{$news->description}} @endif
@foreach($news->types as $type) @include('.frontend.template.news.type_tag') @endforeach