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

Add Category

@csrf
@error ('category_name') {{$message}} @enderror
Profile Preview
@error ('category_image') {{$message}} @enderror
@endsection @section('script') @endsection