@if ($selectedIcon && View::exists('components.heroicon-o-' . $selectedIcon)) {{ $selectedIcon }} @else {{-- @lang('app.selectIcon') --}} @endif
@foreach ($icons as $icon) @if ($search === '' || Str::contains($icon, strtolower($search))) @endif @endforeach
@lang('app.save') @lang('app.cancel')