@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang("app.update") @lang("app.package") @lang('app.menu.settings')
@include('sections.super_admin_setting_menu')

@lang("app.freeTrial") @lang('app.menu.settings')

{!! Form::open(['id'=>'editSettings','class'=>'ajax-form','method'=>'PUT']) !!}

Storage

Set -1 for unlimited storage size

@lang('app.select') @lang('app.module')


@foreach($modules as $module) @php $packageModules = (array)json_decode($packageSetting->modules); @endphp
module_name, $packageModules) ) checked @endif>
@endforeach
status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />
{!! Form::close() !!}
@endsection @push('footer-script') @endpush