@extends('layouts.main') @include('site.meta.og_content') @section('content') @if($data->banner)
growth matters forum banner growth matters forum banner play @if(in_array($data->id, [12,13]))
@endif

{{$data->name}}

{{$data->sub_headline}}

{!!$data->description!!}
@forelse ($data->assets as $key => $value) {{$value['label']}}     @empty @endforelse {{-- --}}

@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
{{-- --}}
@php $pageview=[ 'heading' => $data->name, 'category'=>'video', 'topic'=>$data->category, 'topic_id'=>$data->id ]; @endphp @stop @push('style') @endpush @push('script') @endpush