@extends('layouts.admin-layout') @section('title', 'Add About Mighty Buyer') @section('content')

About Mighty Buyer Form

@csrf

About Mighty Buyer Section

@error ('title') {{$message}} @enderror
@error ('short_description') {{$message}} @enderror


@error ('bg_color_name') {{$message}} @enderror

@endsection @section('script') @endsection