@php $locale = request()->locale ?? app()->getLocale(); $translations = []; $supportCategory = $supportCategory ?? null; if ($supportCategory && $locale) { $translations = parse_translation($supportCategory, $locale); } @endphp {{ translate('support-category/create') }} @if (is_active('support-ticket.category.translate') === 'active')

{{ translate('Translate Language') }}

@endif
@csrf @if (isset($supportCategory)) @method('PUT') @endif