@extends('frontend.layouts.app') @section('page_title',$event['seo_title']) @section('description',$event['seo_description']) @section('keywords',$event['seo_keyword']) @section('tags',$event['seo_tags']) @push('schema') {!! \App\Helpers\SchemaHelper::render( \App\Helpers\SchemaHelper::newsArticle( $detail['title'], $detail['image'], date('c', strtotime($detail['date'])), ), ) !!} @endpush @section('content')
News & Events Detail
{!! $detail['description'] !!}
← Back to News & Events
No recent events available.
@endforelse