Create new Sub Category
{{-- --}}
Document Sub Category List
Name | {{--Preview | --}}Actions | @foreach ($subCategories as $subCategory) {{-- @dd($subCat->id) --}}
---|---|
{{ $subCategory->name }} | Edit |
@extends('layouts.app', [ 'class' => '', 'elementActive' => 'document-sub-categories' ]) @section('content')
Name | {{--Preview | --}}Actions | @foreach ($subCategories as $subCategory) {{-- @dd($subCat->id) --}}
---|---|
{{ $subCategory->name }} | Edit |