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

About Form

{{--
--}}
@csrf




Profile Preview

Profile Preview





Profile Preview

Profile Preview

Profile Preview




@endsection @section('script') @endsection