@extends('web.layouts.container') @section('content') {{__('main.home')}} {{__('articles.head')}} {{__('articles.head')}} @if(count($news)) @foreach($news as $new) {{date('d/m/Y', strtotime($new->created_at))}} {{$new->title}} {{ stripText($new->description) }} @endforeach @else {{__('articles.no_data')}} @endif @endsection @section('inner_js') @endsection
{{ stripText($new->description) }}