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

About Seller Form

@csrf

About Seller Section

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

@endsection @section('script') @endsection