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

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

@if (!empty($data['news']))
@foreach ($data['news'] as $news)
@if (!empty($news['image'])) Alternate Text @endif
@endforeach
@endif
@endsection @section('script') @endsection