@extends('layouts.main') @php function social_data(){ $data['social_media']=[ 'title' =>'Growth Matters Forum | Featured Member | Vinay Kumar Yadav', 'img' =>url('public/images/socila_media/vinay_kumar_yadav_SM_Banner.jpg'), 'desc' =>'Vinay Kumar Yadav is one of the founders of Visron – a startup that offers drones with cutting-edge technology, which can carry a payload of 1 kilogram of pesticides to spray in farms.', ]; return $data; } $data=(object) social_data(); @endphp @include('site.meta.og_content') @section('content') @stop @push('style') @endpush