@extends('layouts.app') @section('content')
{{__('Create New Sub Category')}}
@csrf
{{ __('Sub Category Information') }}
@error('category')

{{ $message }}

@enderror
{{__('Back')}}
@endsection