@extends('user.header') @section('userContent')
@include('extensions.alerts')

Footer Sub Categories

{{--
Other Training and Certification
--}}
@csrf
Category Name Sub Category Name Sub Category Link Sub Category Status

{{-- --}}
@csrf @method('PATCH') @foreach ($subCategories as $key => $subCategory) @endforeach
# CATEGORY NAME SUB CATEGORY NAME SUB CATEGORY LINK SORT NO. STATUS ACTION
{{ ++$key }} {{ $subCategory->category->name }} {{ $subCategory->name }} {{ $subCategory->link }} {{ $subCategory->status === 1 ? 'Enable' : 'Disable' }}
@endsection