@extends('admin.layouts.app') @section('page_title', __('Addon Manager')) @section('content')

@lang("Addon Manager")

Plugin Image

@lang('Child Panel') @if(Module::has('ChildPanel') && Module::isEnabled('ChildPanel')) @lang("Enabled") @else @lang("Disabled") @endif

@lang("The Child Panel module enables or disables features for managing child panels efficiently.")

@php $isChildPanelEnabled = Module::has('ChildPanel') && Module::isEnabled('ChildPanel'); @endphp
@endsection @push('script') @endpush