@extends('frontend.master')
@section('title')
{{ ___('frontend.News') }}
@endsection
@section('main')
{{ ___('frontend.Notices') }}
@foreach ($data['notices'] as $item)
{!! Str::limit(@$item->defaultTranslate->description,150) !!}
@endforeach
@endsection