{{ __('Module Installation') }}

@if (session('error')) @endif

{{ __('Install New Module') }}

{{ __('Upload and install a module package to extend system capabilities') }}

@csrf

{{ __('Drag and drop your module package here') }}

{{ __('ZIP file up to 10MB') }}

@error('module_file')

{{ $message }}

@enderror

{{ __('Module Requirements') }}

  • {{ __('Valid module structure with proper namespaces') }}
  • {{ __('module.json file with name, description, version, and author details') }}
  • {{ __('Service provider in providers directory with proper registration') }}
  • {{ __('Compatible with WhatsApp Marketing Platform v2.0+') }}

{{ __('Module Update Process') }}

  • {{ __('System creates automatic backup before updating existing modules') }}
  • {{ __('Modules are automatically deactivated during update and reactivated upon completion') }}
  • {{ __('Database migrations run automatically to ensure data integrity') }}
  • {{ __('Core system modules cannot be updated through this interface') }}

{{ __('Security Notice') }}

{{ __('Only install modules from trusted sources. Third-party modules might have access to your system data and functionality. For official modules, please visit our marketplace.') }}