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

About Seller Section Form

@csrf

About Seller Section


About Seller Section

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