@php $tags = App\Models\Tag::whereNull('deleted_at')->latest()->get(); @endphp @if (isset($tags))
  • {{ __('ticket::static.tags.tags') }}{{ __('ticket::static.tags.press_return_or_enter_to_expand') }}

    {{ __('static.tags.add_menu_item') }}
  • @endif