@extends('layouts.admin-layout') @section('title', 'About Mighty Buyer Section') @section('content') @php if (!empty($about->content)) { $decodedData = json_decode($about->content, true); } @endphp

About Mighty Buyer Section Form

@csrf

About Mighty BuyerSection




About Seller Section

@foreach($get_About_mighty_buyer_sections as $about_mighty_buyer_section) @endforeach
Heading Short description Edit Delete
{{$about_mighty_buyer_section->title}} {!! \Illuminate\Support\Str::limit(strip_tags($about_mighty_buyer_section->short_description), 80, '...') !!} Edit Delete
@endsection @section('script') @endsection