芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/Modules/Addons/Resources/views/index.blade.php
get('core'); })); ?> @if(session('AddonMessage'))
×
{{ session('AddonMessage') }}
@endif @if($errors->any()) @foreach($errors->all() as $error)
×
{{ $error }}
@endforeach @endif
{{ __('Addons') }}
{{ __('Upload Addon') }}
@csrf
{{ __('Purchase Code') }}
{{ __('Envato Username') }}
{{ __('Module File') }}
* {!! __('Script :x folder permission should be :y', ['x' => '
'. __('Modules') .'
', 'y' => '0775' ]) !!}
* {!! __('Max :x should be minimum of :y', ['x' => '
'.__('Upload & Post size').'
', 'y' => __('10MB')]) !!}
{{ __('Upload') }}
@if($numberOfAddons > 0)
{{ __('Addons') }}
{{ __('Module') }}
{{ __('Description') }}
@foreach ($addons as $addon) @if($addon->get('core')) @continue @endif
{{ $addon->getName() }}
{{ $addon->isEnabled() ? __('Deactivate') : __('Activate') }}
@if(Config( $addon->getLowerName() . '.options')) @foreach(Config( $addon->getLowerName() . '.options') as $option) |
{{ isset($option['label']) ? $option['label'] : '' }}
@endforeach @endif
{{ $addon->get('description') }}
{{ __('Version:') }}
{{ $addon->get('version', 0) }}
@endforeach
@endif