{{ $newsEventDetail->name }}
{!! $newsEventDetail->long_description !!}
@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')