@extends('layouts.main') @php function social_data(){ $data['social_media']=[ 'title' =>'Growth Matters Forum | Featured Member | Dr. Krishna Iyengar ', 'img' =>url('public/images/socila_media/krishna_iyengar_SM_banner.jpg'), 'desc' =>'With a PhD in Computer Science and 7-8 years of experience in the manufacturing sector, Dr. Krishna Iyengar co-founded Jidoka Technologies to help companies solve visual quality checking problems through automation by leveraging computer vision, machine learning and deep learning.', ]; return $data; } $data=(object) social_data(); @endphp @include('site.meta.og_content') @section('content') @stop @push('style') @endpush