@include('Admin.Includes.header') @php use Illuminate\Support\Facades\Auth; use App\General\BrandClass; $logged_in_user = Auth::user(); @endphp
@if (session('success')) @endif @if ($errors->any()) @endif
Create Grand Child Categories
@csrf
Please select a parent category.
Please enter a grand child category title.
Clear
Child Category Table
@php $i = 1; @endphp @foreach ($categories as $grandCategory) @endforeach
# Grand Category Parent Category Actions
{{ $i++ }} {{ $grandCategory->grand_title ?? '' }} {{ $grandCategory->parent_child_title ?? '' }}
# Grand Category Parent Category Actions
@include('Admin.components.offcanvas')