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