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

{{$data->name}}

{{$data->sub_headline}}

{!!$data->description!!}

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

Author

@if($data->author['image']) Author @else Author @endif

{{$data->author['name']}}

{{$data->author['designation']}} | {{$data->author['company_name']}}

Featured Member

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

Visit Profile
@endif
{{-- --}} {{--
--}}
{{-- @foreach ($data->assets as $key => $value) {{$value->label}} {{$value->url}} @endforeach --}} @php $pageview=[ 'heading' => $data->name, 'category'=>'blog', 'topic'=>$data->category, 'topic_id'=>$data->id ]; @endphp @stop @push('style') @endpush @push('script') @endpush