@extends('front.layouts.app') @section('content')
{{ $news_flash }}
@if(isset($articleType['custom_ad']))

{!! $articleType['custom_ad'] !!}

Ads
@endif @foreach($data as $key => $val)

{{ $val->title }}

{!! $val->news_time !!}

{{ strip_tags(html_entity_decode($val->intro, ENT_QUOTES, 'UTF-8')) }}

@endforeach @include('front.components.pagination')
@include('front.includes.otherArticles')
@endsection