@extends('layout.app') @section('content') @php if (!empty($about_us->content)) { $aboutUsdecodedData = json_decode($about_us->content, true); } if (!empty($home->content)) { $homedecodedData = json_decode($home->content, true); } @endphp

{{$aboutUsdecodedData['top_title'] ?? ''}}

img

{{$aboutUsdecodedData['title'] ?? ''}}

{{$aboutUsdecodedData['heading'] ?? ''}}

{{$aboutUsdecodedData['sub_heading'] ?? ''}}

{!! $aboutUsdecodedData['description'] ?? '' !!}

{{--

Global Man Cave is a social media platform designed to connect men from around the world to share--}} {{-- valuable information and knowledge

--}} {{--

About being a man. It’s a global community for men to learn from each other about--}} {{-- topics such as Religion, lifestyle, Health, Personal Finance,

--}} {{--

Education, Fashion, Technology, Physical Fitness, Politics and so much more! The platform allows--}} {{-- traditional men to chat, share knowledge, post video’s and pictures and build global--}} {{-- relationships and find resources to elevate their lives. IT’s free to join become a member--}} {{-- today!

--}} Read More
img

{{$aboutUsdecodedData['second_heading'] ?? ''}}

{!! $aboutUsdecodedData['second_description'] ?? '' !!}
@endsection