@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

@lang('frontend::lang.news_info_3')

@foreach ($data['news']['data'] as $item_id => $item) @if (in_array($item_id, [0])) @endif @endforeach
@endsection @section('script') @endsection