KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/account.appointkrypt.com/resources/views/vendor/installer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/account.appointkrypt.com/resources/views/vendor/installer/module-process.blade.php
@extends('vendor.installer.layouts.master')

@section('template_title')
     {{__('Add On Install Editor')}}
@endsection

@section('title')
   {{__('Add On Install Editor')}}
@endsection

@section('container')
<div style="text-align: center;" class="inner-div">
	 <img src="{{ get_module_img($module_detail->getName()) }}" alt="{{ $module_detail->getName() }}" class="img-user" style="    width: 60px;height: 60px;border-radius: 7px;">
    <h5 class="text-capitalize" style="margin: auto; text-transform:capitalize;"> {{ Module_Alias_Name($module_detail->getName()) }}</h5>
</div>

<div class="buttons-container">
    <a class="button float-right" id="active_module"  href="{{ route('LaravelInstaller::default_module_active',$module_detail->getName()) }}">
        {{ __('Continue')}}
        <i class="fa fa-angle-double-right fa-fw" aria-hidden="true"></i>
    </a>
</div>
<script src="{{ asset('js/jquery.js') }}"></script>
<script type="text/javascript">
	$('body').on('click','#active_module',function(){

   		$("#active_module").empty();
        var html = '{{ __("Processing") }}';
        $("#active_module").append(html);
        $('#active_module').css('pointer-events', 'none');

	})
</script>
@endsection

Anon7 - 2021