@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@if($allModules) @lang('app.install')/@lang('app.update') @lang('app.module') @endif
@endsection @push('head-script') @endpush @section('content')
@include('sections.super_admin_setting_menu')

@lang("app.menu.customModule")

  • @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, $worksuitePlugins)) @if (config(strtolower($module).'.setting')) @php $settingInstance = config(strtolower($module).'.setting'); $fetchSetting = $settingInstance::first(); @endphp @if (config(strtolower($module).'.verification_required') && $fetchSetting->purchase_code) {{$fetchSetting->purchase_code}} @else {{__('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')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush