@extends('admin.adminlayouts.adminlayout') @section('mainarea')

{{$pageTitle}}

{{--INLCUDE ERROR MESSAGE BOX--}} {{--END ERROR MESSAGE BOX--}}
  • @lang('core.name')
    Envato Purchase code
    @lang('core.currentVersion')
    @lang('core.status')
  • @php $count = 0; @endphp @forelse ($allModules as $key=>$module)
  • {{ $key }}
    @if(in_array($module, $hrmPlugins)) @if (config(strtolower($module).'.setting')) @php $settingInstance = config(strtolower($module).'.setting'); $fetchSetting = $settingInstance::first(); @endphp @if (config(strtolower($module).'.verification_required')) {!! $fetchSetting->purchase_code ?? ''.__('core.verifyEnvato').'' !!} @endif @endif @endif
    @if (config(strtolower($module).'.setting')) @endif
  • @empty
    @lang('messages.noModules')
    @endforelse
@include('vendor.froiden-envato.update.plugins')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @section('footerjs') {!! HTML::script("assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js")!!} @endsection