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

Dropdowns

{{--
Other Training and Certification
--}}
@csrf
Dropdown Name Dropdown Type Dropdown Description Dropdown Status

{{-- --}}
@csrf @method('PATCH') @foreach($dropDowns as $key => $dropdown) @endforeach
# DROPDOWN DESCRIPTION TYPE SORT NO. STATUS ACTION
{{++$key}} {{$dropdown->dropdown_name}} {{$dropdown->dropdown_desc}} {{$dropdown->dropdown_type}} {{($dropdown->displayflag === 1) ? 'Enable' : 'Disable' }}
@endsection