|
@if(isset($mainItemData['sub_items'])&&count($mainItemData['sub_items']))
@endif
{{ $mainItemData['data']['name'] }}
|
{{ __('Are You Sure To Delete Pricing Plan With Its All Quick Pricing Calculators ? ') }}
|
@foreach ($mainItemData['sub_items'] ?? [] as $subItemId => $subItemArr)
|
{{ $subItemArr['name'] }}
|
{{ __('Are You Sure To Delete This Item ? ') }}
|
@endforeach