@extends('layouts.main') @php function social_data(){ $data['social_media']=[ 'title' =>'Growth Matters Forum | Featured Member | Shashidhar Bhat', 'img' =>url('public/images/socila_media/shashidhar_bhat_SM_banner.jpg'), 'desc' =>'Shashidhar Bhat founded Greenworkforce.in to nurture next generation entrepreneurs using the gig economy model, with a focus on rural youth and green projects.', ]; return $data; } $data=(object) social_data(); @endphp @include('site.meta.og_content') @section('content') @stop @push('style') @endpush