{{--
$target - CSS selector of items to expand
$key - Unique key for checking existing stored state.
--}}
getForCurrentUser('section_expansion#'. $key); ?>
    @icon('expand-text')
    {{ trans('common.toggle_details') }}
@if($isOpen)
    @push('head')
        
    @endpush
@endif