@props([ 'plan' => null, 'tools', 'locales', 'properties', ])
@csrf
{{ isset($tag) ? __('common.edit') : __('common.createNew') }}
@if ($locales->count() > 1) @endif
@foreach ($locales as $index => $locale) @if (isset($plan)) @php($plan_locale = $plan->translate($locale->locale)) @endif
@lang('admin.descriptionHelpPlan')
@endforeach
{{--
--}}
is_api_allowed == 1) checked @endif id="is_api_allowed" name="is_api_allowed" type="checkbox">
is_ads == 1) checked @endif id="is_ads" name="is_ads" type="checkbox">
@lang('admin.options')
@foreach ($properties->whereIn('type', '1') as $property) @endforeach
@lang('admin.tools')
@foreach ($tools->chunk(floor($tools->count() / 3)) as $chunk)
@foreach ($chunk as $tool)

@foreach ($properties->whereIn('prop_key', $tool->properties['properties'] ?? [0]) as $property) @endforeach
@endforeach
@endforeach