@extends('layouts.app') @push('head-script') @endpush @section('create-button') @lang('app.install') / @lang('app.update') @lang('app.module') @endsection @section('content')

@lang('menu.customModules')

  • @lang('app.name')
    Envato Purchase code
    @lang('app.currentVersion')
    {{--
    --}} {{-- @lang('app.latestVersion')--}} {{--
    --}}
    @lang('app.status')
    {{--
    --}} {{-- @lang('app.action')--}} {{--
    --}}
  • @php $count = 0; @endphp @forelse ($allModules as $key=>$module)
  • {{ $key }}
    @if(in_array($module, $recruitPlugins)) @if (config(strtolower($module).'.setting')) @php $settingInstance = config(strtolower($module).'.setting'); $fetchSetting = $settingInstance::first(); @endphp @if (config(strtolower($module).'.verification_required')) {!! $fetchSetting->purchase_code ?? ''.__('app.verifyEnvato').'' !!} @endif @endif @endif
    @if (config(strtolower($module).'.setting')) @endif
    {{--
    --}} {{-- @if (config(strtolower($module).'.setting'))--}} {{-- --}} {{-- @endif--}} {{--
    --}}
    {{--
    --}} {{-- @if (config(strtolower($module).'.setting')) @lang('app.download') @lang('app.update') @endif --}} {{--
    --}}
  • @empty @endforelse
@include('vendor.froiden-envato.update.plugins')
@endsection @push('footer-script') @endpush