@extends('layouts.app') @section('content')
{{__('Edit Sub Category')}}
@csrf @method('PUT')
{{ __('Sub Category Information') }}
@error('category')

{{ $message }}

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