@if(count($lang) > 1) @endif
@if(count($lang) > 1)
@endif
@foreach($lang as $langKey => $langTitle)
@endforeach
@foreach($status as $key => $statusName)
status === $key ? 'checked' : '' }}>
@endforeach

@includeIf('backend.components.button.submit') @includeIf('backend.components.button.cancel')