@extends('layouts.main') @include('site.meta.og_content') @section('content') @if($data->banner) @endif Home Resources {{$data->category}} {{$data->name}} {{$data->sub_headline}} {!!$data->description!!} @forelse ($data->assets as $key => $value) {{$value['label']}} @empty @endforelse {{-- DOWNLOAD PDF DOWNLOAD FORMS DOWNLOAD DOCUMENTS DOWNLOAD PRODUCTS --}} Watch video @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 {{-- --}} @php $pageview=[ 'heading' => $data->name, 'category'=>'video', 'topic'=>$data->category, 'topic_id'=>$data->id ]; @endphp @stop @push('style') @endpush @push('script') @endpush
{{$data->author->description}}