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

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