@extends('layouts.admin') @section('content')

{{__('Add Subcategory')}}

@csrf
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@saveWithAnotherButton
@endsection