@extends('cms::layouts.master', ['dataTable' => true]) @section('title', 'Apply Now Dropdown Data') @section('content') SN. Group Name Value Status Actions @php $count = count($applicantsDropdownData); @endphp @foreach ($applicantsDropdownData as $applicantDropdownData) {{ $count-- }} @php $group = $applicantDropdownData->group; $UcName = ucwords(str_replace('_', ' ', $group)); @endphp {{ $UcName }} {{ $applicantDropdownData->name }} {{ $applicantDropdownData->value }} @if ($applicantDropdownData->deleted_at == null) @else @endif @endforeach @endsection @push('scripts') @endpush