@inject('handler', 'xe.plugin')
  • {{ $plugin->getTitle() }}
    version
    Version {{ $plugin->getVersion() }}
    {{ xe_trans('xe::author') }}
    By @if($authors = $plugin->getAuthors()) {{ reset($authors)['name'] }} @endif
    {{ xe_trans('xe::installPath') }}
    plugins/{{ $plugin->getId() }}
    {{ xe_trans('xe::pluginDetails') }}
    {{ xe_trans('xe::viewDetails') }}

    {{ $plugin->getDescription() }}

    @if(array_has($unresolvedComponents, $plugin->getId()))
    @endif @if(!$plugin->isAllowVersion())
    @endif {{-- status info --}} {{-- 업데이트가 다운로드 돼 있는 상태 --}} @if($plugin->isActivated() && $plugin->needUpdateInstall())
    {!! csrf_field() !!} {!! method_field('PUT') !!}
    @endif
    @if ($plugin->isActivated()) {{ xe_trans('xe::deactivation') }} @if($plugin->getSettingsURI() !== null) {{ xe_trans('xe::settings') }} @endif @else getId(), $handler->getErrors()) ? 'disabled' : '' }}>{{ xe_trans('xe::activation') }} {{ xe_trans('xe::delete') }} @endif @if($plugin->isPrivate())
    {{ csrf_field() }} {{ method_field('PUT') }}
    @endif