@extends('layouts.main') @php function social_data(){ $data['social_media']=[ 'title' =>'Growth Matters Forum | Featured Member | Smit Raturi', 'img' =>url('public/images/socila_media/smit_raturi_SM_banner.jpg'), 'desc' =>'Smit Raturi launched ValetEZ to offer a technology-backed solution for better parking management. The startup creates an efficient decentralized network of parking infrastructure in cities, both off-street and on-street.', ]; return $data; } $data=(object) social_data(); @endphp @include('site.meta.og_content') @section('content') @stop @push('style') @endpush