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

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