@extends('layouts.main') @include('site.meta.og_content') @section('content') @if($data->banner)
@endif
{{--

GMF Events: {{$data->name}}

--}}
  • Date {{$data->start_date}}
  • @if($data->type!='On-demand')
  • Last Registration Date {{$data->registration_end_date}}
  • Time {{$data->start_time.' - '.$data->end_time}}
  • @endif
  • Type of event {{$data->type}}

{{$data->name}}

{{--

Lorem ipsum dolor sit amet, consectetur adipiscing elit

--}}
{{--

Source: {{$data->source_from}}

--}}
{!!$data->description!!}
@if($data->video)

{{$data->video['title']}}

{{$data->video['description']}}

@endif
@if($data->cta_type=='internal') {{-- Register --}} @else @forelse ($data->cta as $key => $value) {{$value['label']}}   @empty @endforelse @endif
@if(!empty($data->author))

Author

Author

{{$data->author->name}}

{{$data->author->designation}} | {{$data->author->company_name}}

{{$data->author->description}}

@endif
{{-- comments --}} {{-- --}}
@php $pageview=[ 'heading' => $data->name, 'category'=>'event', 'topic'=>$data->category, 'topic_id'=>$data->id ]; @endphp @stop @push('style') @endpush @push('script') @endpush