@extends('layouts.main') @php function social_data(){ $data['social_media']=[ 'title' =>'Growth Matters Forum | Featured Member | Safil Sunny', 'img' =>url('public/images/socila_media/safil_sunny_SM_banner.jpg'), 'desc' =>'Safil Sunny, an IT professional with over 11 years of experience, came up with the product Tranzmeo-Connect, an AI, ML and IOT device powered solution for anomaly detection in pipelines.', ]; return $data; } $data=(object) social_data(); @endphp @include('site.meta.og_content') @section('content') @stop @push('style') @endpush