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