@extends('header.header') @section('content')

{{__('Add New Category')}}

@csrf
@error("icon")
{{$message}}
@enderror
{{__('back')}}

@endsection