@section('title', $newsEventDetail->meta_title) @section('description', $newsEventDetail->meta_description) @section('keywords', $newsEventDetail->meta_keywords) @section('tags', $newsEventDetail->meta_tags) @extends('front.new.layouts.app') @push('schema') {!! \App\Helpers\SchemaHelper::render( \App\Helpers\SchemaHelper::newsArticle( $newsEventDetail->name, URL('/') . '/front/images/new-giu/news-events/' . $newsEventDetail->img, date('c', strtotime($newsEventDetail->e_date)), ), ) !!} @endpush @section('content')
{{ date('d M Y', strtotime($newsEventDetail->e_date)) }}

{{ $newsEventDetail->name }}


{!! $newsEventDetail->long_description !!}
{{-- Relevant Events (Owl Carousel) --}} @if ($recentPost->count())

Recent Posts

@endif @endsection @push('css') @endpush {{-- Scripts --}} @push('js') @endpush