@if(count($page)) @foreach($page as $news)
{{$news->title}}
{{$news->title}}
{{date('M Y', strtotime($news->created_at))}}

{!! $news->description !!}

{{__('main.close')}}
@endforeach @else
{{__('main.no_data')}}
@endif