@extends('layouts.main') @php function social_data(){ $data['social_media']=[ 'title' =>'Growth Matters Forum | Featured Member | Punit Jain', 'img' =>url('public/images/socila_media/punit_jain_SM_Banner.jpg'), 'desc' =>'Punit Jain is the Founder of Practern – a strategic online platform that enables Indian engineering students to secure internships and jobs at global companies.', ]; return $data; } $data=(object) social_data(); @endphp @include('site.meta.og_content') @section('content') @stop @push('style') @endpush