@canany(['get-store-sub-category', 'update-store-sub-category']) Edit @endcan @canany(['get-move-store-sub-category', 'update-move-store-sub-category']) Move @endcan @can('special-index-menu') {{ __('Menu')}} @endcan @can('out-of-stock-items-store-sub-category') Out of Stock Its Items @endcan @can('in-stock-items-store-sub-category') In Stock Its Items @endcan @canany(['get-app-rate-store-sub-category', 'update-app-rate-store-sub-category']) Update App Rate @endcan @canany(['get-child-store-sub-category', 'update-child-store-sub-category']) @if($data->parent_category_id) Edit Child @endif @endcan @canany(['get-parent-store-sub-category', 'update-parent-store-sub-category']) @if($data->category->parent_store_category_id) Edit Parent @endif @endcan @can('replicate-store-sub-category') Replicate Item @endcan @canany(['get-out-of-stock-timing-store-sub-category', 'update-out-of-stock-timing-store-sub-category']) Edit Out Of Stock Timing @endcan @if($data->deleted_at) @can('restore-store-sub-category') Restore @endcan @else @can('delete-store-sub-category') Delete @endcan @endif