@extends('front.layouts.app') @section('content')
{{ $news_flash }}
@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')
@endsection