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

{{__('Edit Subcategory')}}

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