@extends('layouts.admin') @section('title', 'Category Create') @section('content') @component('admin.dashboard.breadcumb') @endcomponent
Create Category
@csrf
@if ($errors->has('subcategory')) {{ $errors->first('subcategory') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection @push('js') @endpush