@php
$catId = 0;
if ($sub_category_id->parent != 0) {
$catId = $sub_category_id->parent;
} else {
$catId = $sub_category_id->cat_id;
}
// dd($sub_category_id);
@endphp
@push('scripts')
{{-- You must include files that have no direct efect on the load of the page and can be loaded meanwhile other tasks can be performed by user --}}
@endpush
@endsection