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

Menus

{{-- --}}
{{--
Other Training and Certification
--}}
@csrf
Menu Menu Name * Menu Icon Menu URL Menu Status

{{-- --}}
@csrf @method('PATCH') @foreach ($menus as $key => $menu) @endforeach
# MENU NAME MENU ICON MENU URL SORT NUM STATUS ACTION
{{ ++$key }} {{ $menu->menu_name }} {{ $menu->menu_url }} {{ $menu->status === 1 ? 'Enable' : 'Disable' }} {{-- --}}
@endsection