@php $locale = request()->locale ?? app()->getLocale(); $bundle = $bundle ?? null; if (!$bundle) { return; } @endphp {{ translate('Edit Bundle') }} @if (is_active('bundle.translate') === 'active')

{{ translate('Translate Language') }}

@endif
@push('js') @endpush