@include('Admin.Includes.header') @php use Illuminate\Support\Facades\Auth; use App\General\BrandClass; $logged_in_user = Auth::user(); @endphp

Child Categories

@if (session('success')) @endif @if ($errors->any()) @endif
Create Child Categories
@csrf
Please select a parent category.
Please enter a child category title.
Clear
Child Category Table
@php $i = 1; @endphp @foreach ($childCategories as $childCategory) @endforeach
# Childcategory Category Actions
{{ $i++ }} {{ $childCategory->child_title ?? '' }} {{ $childCategory->parent_title ?? '' }}
# Childcategory Category Actions
@include('Admin.components.offcanvas')