@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')
{{ trans('plugins/translation::translation.export_warning', ['lang_path' => lang_path()]) }}
{!! apply_filters('translation_other_translation_header', null) !!} @endif {!! Form::open(['role' => 'form']) !!} {!! Form::customSelect('group', $groups, $group, ['class' => 'group-select select-search-full']) !!} {!! Form::close() !!} @if (!empty($group))| {{ $locale }} | @endforeach {!! apply_filters('translation_other_translation_table_header', null) !!}
|---|
| {!! ($item ? htmlentities($item->value, ENT_QUOTES, 'UTF-8', false) : '') !!} | @endforeach
{{ trans('plugins/translation::translation.choose_group_msg') }}
@endif