@extends('layouts.main') @section('content') @include('site.meta.og_content') @if($data->banner) @endif Home Blogs {{$data->name}} {{$data->sub_headline}} @if($data->source_link) Source: {{$data->source_from}} | @endif {{blog_detail_date($data->date)}} Blogs | {{$data->category}} {{-- likes)}}> share}}> --}} {!!$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']) @else @endif {{$data->author['name']}} {{$data->author['designation']}} | {{$data->author['company_name']}} Featured Member {{$data->author['description']}} Visit Profile @endif {{-- --}} {{-- SUBMIT --}} {{-- @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
{{$data->author['description']}}