@extends('admin.crud.organizations.base') @section('tab_actions')
@if (isset($filter_choices) && count($filter_choices))
@php $currentChoiceIndex = array_search(true, array_column($filter_choices, 'is_active')); $currentChoiceLabel = $filter_choices[$currentChoiceIndex]['label']; @endphp @if ($tooManyChoicesForDropdown) @endif
@endif @endsection