@extends('layouts.main') @php function social_data(){ $data['social_media']=[ 'title' =>'Growth Matters Forum | Featured Member | Mehak Malik ', 'img' =>url('public/images/socila_media/mehak_malik_SM_banner.jpg'), 'desc' =>'Identifying a gap in the market, Mehak Malik launched Uvi Health – an end-to-end solution for women’s health.', ]; return $data; } $data=(object) social_data(); @endphp @include('site.meta.og_content') @section('content') @stop @push('style') @endpush