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

Footer Categories

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

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