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

Dropdown values

{{--
Other Training and Certification
--}}
@csrf
Dropdown Dropdown Value Name Display Status

{{-- --}}
@csrf @method('PATCH') @foreach($dropdownValues as $key => $dropdown) @endforeach
# DROPDOWN DROPDOWN VALUE NAME SORT NO. STATUS ACTION
{{++$key}} {{$dropdown->dropdown_name}} {{$dropdown->dropdown_value}} {{($dropdown->displayflag === 1) ? 'Enable' : 'Disable' }}
@endsection