@extends('layouts.admin-layout') @section('title') Add About Category @endsection @section('content')

Add About Category

Back
@csrf
@error ('heading') {{$message}} @enderror
@error ('sub_heading') {{$message}} @enderror

Profile Preview
@error ('about_image') {{$message}} @enderror
@error ('description') {{$message}} @enderror
@endsection @section('script') @endsection