@section('title', $newEventsList['seo_title']) @section('description', $newEventsList['seo_description']) @section('keywords', $newEventsList['seo_keyword']) @section('tags', $newEventsList['seo_tags']) @extends('front.layouts.app') @section('content')
@if(isset($newEventsList['title']))

{{ $newEventsList['title'] }}

@endif
{{--
@if (isset($newEventsList->thumbnail)) news-and-events @endif
--}} {{--
@if(isset($newEventsList['date'])) {!! $newEventsList['date'] !!} @endif
--}} {{--
@if(isset($newEventsList['short_description'])) {!! $newEventsList['short_description'] !!} @endif
--}}
@if(isset($newEventsList['details'])) {!! $newEventsList['details'] !!} @endif
@endsection @push('js') @endpush