@extends('layouts.front-layout') @section('content') @php if (!empty($about->content)) { $decodedData = json_decode($about->content, true); } @endphp

{{$decodedData['top_banner_heading'] ?? ''}}

{{$decodedData['heading'] ?? ''}} {{$decodedData['sub_heading'] ?? ''}}

{{$decodedData['description'] ?? ''}}

{{--

Mighty Buyer is a powerful platform that empowers individuals and entities to post requests for--}} {{-- buying products or services according to their own specifications and terms. Subscribers can Join--}} {{-- these requisition posts if they have a need for the same product or service, enabling potential--}} {{-- buyers to specify the price, features, and other attributes or properties of the desired product or--}} {{-- service.

--}} {{--

Providers of the service or sellers of the product, who subscribe to the platform and pay--}} {{-- subscription fees. gain access to these bids. They can identify potential opportunities for multiple--}} {{-- sales and bid on the requests as posted or offer modifications to the requests. Once the request--}} {{-- initiators agree to the final terms. it becomes binding for both purchasers and sellers of the--}} {{-- product and service.

--}}
@forelse($about_seller_sections as $about_seller_section)

{{$about_seller_section->title ? : ''}}

{!! $about_seller_section->short_description !!}

@empty

Marquee Not Found

@endforelse

{{$decodedData['mighty_buyer_heading'] ?? ''}}

{{$decodedData['mighty_buyer_section_full_description'] ?? ''}}

@forelse($mighty_buyer_sections as $key => $mighty_buyer_section)
{{$key+1}}
image

{{$mighty_buyer_section->title ?: ''}}

{!! $mighty_buyer_section->short_description !!}

@empty

Mighty Buyer Not Found

@endforelse
@endsection