@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
@if (!empty($data['data_new']['data_news']))
    @foreach ($data['data_new']['data_news'] as $k => $item)
  • {{ !empty($item['publish_at']) ? $item['publish_at'] : '' }}

    {{ !empty($item['name']) ? $item['name'] : '' }}

    {!! !empty($item['description']) ? $item['description'] : '' !!}
    {{ __('frontend.read_more') }}
  • @endforeach
@else {{--

{{ __('frontend.not_list') }}

--}}
@endif @if ($data['data_new']['pages_total'] > 1)
@endif
@endsection @section('script') @endsection