@extends('layouts.app') @section('page-title')

@lang($pageTitle)

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

@include('sections.module_setting_menu')

@lang("app.menu.customModule")

@include('vendor.froiden-envato.update.plugins',['allModules'=> $allModules])
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush