8889841cversion_upgrade_setting.blade.php000064400000013556150515110130013256 0ustar00

@lang('file.Version Upgrade Setting')


@csrf
@lang('Files')

@if (isset($versionUpgradeSettings->files)) @foreach ($versionUpgradeSettings->files as $item)

@endforeach @else

@endif
@lang('file.Add More')

@lang('file.Logs')

@if (isset($versionUpgradeSettings->logs)) @foreach ($versionUpgradeSettings->logs as $item)

@endforeach @else

@endif
@lang('file.Add More')

@lang('file.Short Note')

@if (isset($versionUpgradeSettings->short_note)) @else @endif
general.blade.php000064400000016742150515110130007742 0ustar00

@lang('file.General Setting')


@csrf
@lang('General')

You have to change it from .env

@lang('file.Version Upgrade')

version_upgrade->latest_version_upgrade_enable ? 'checked':''}} class="form-check-input" name="latest_version_upgrade_enable">
version_upgrade->latest_version_db_migrate_enable ? 'checked':''}} class="form-check-input" name="latest_version_db_migrate_enable">

@lang('file.Bug Update')

bug_update->bug_update_enable ? 'checked':''}} class="form-check-input" name="bug_update_enable">
bug_update->bug_db_migrate_enable ? 'checked':''}} name="bug_db_migrate_enable">
bug_update_setting.blade.php000064400000013415150515110130012173 0ustar00

@lang('file.Bug Setting')


@csrf
@lang('Files')

@if (isset($bugSettings->files)) @foreach ($bugSettings->files as $item)

@endforeach @else

@endif
@lang('file.Add More')

@lang('file.Logs')

@if (isset($bugSettings->logs)) @foreach ($bugSettings->logs as $item)

@endforeach @else

@endif
@lang('file.Add More')

@lang('file.Short Note')

@if (isset($bugSettings->short_note)) @else @endif
index.blade.php000064400000006305150515110130007426 0ustar00@extends('layout') @section('title',' Developer Section') @section('content') @include('includes.session_message')
@endsection @push('scripts') @endpush