@extends('layouts.main') @section("content") @endsection @section("components_declarations") @include("categories.category_form") @include("categories.category_info") {{__("Categories")}} add check close delete @{{ props.item.name }} {{--@{{ props.item.category? props.item.category.name:'' }}--}} edit visibility {{__("components.Sorry, nothing to display here")}} 😞 @{{ search }} {{__('components.not found')}} 😥 @{{ item.name }} {{__("New Category")}} close @{{ item.name }} close {{__("components.Confirm")}} @{{confirmObject.text}} {{__("components.Cancel")}} {{__("components.Continue")}} @{{ snackbar.text }} Close @endsection @section("components_instances") PageContent @endsection