@extends('layouts.main') @include('site.meta.og_content') @section('content') @if($data->banner) @endif Home News {{$data->name}} {{$data->sub_headline}} @if($data->source_link) Source: {{$data->source_from}} | @endif {{blog_detail_date($data->date)}} News | {{$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 {{-- --}} {{$data->author['name']}} {{$data->author['designation']}} | {{$data->author['company_name']}} {{$data->author['description']}} @endif {{-- --}} {{-- SUBMIT --}} @php $pageview=[ 'heading' => $data->name, 'category'=>'news', 'topic'=>$data->category, 'topic_id'=>$data->id ]; @endphp @stop @push('style') @endpush @push('script') @endpush
{{$data->author['description']}}