@extends('layouts.main') @php function social_data(){ $data['social_media']=[ 'title' =>'Growth Matters Forum | Featured Member | Akshay Upadhye', 'img' =>url('public/images/socila_media/akshay_upadhye_SM_banner.jpg'), 'desc' =>'Akshay Upadhye is the Co-Founder of Spendkey, a London headquartered startup that offers spend analytics.', ]; return $data; } $data=(object) social_data(); @endphp @include('site.meta.og_content') @section('content') @stop @push('style') @endpush