{{ __('Install Update') }}
{{ __('We found that you have updated the core application or installed new module which is required to update database. So please install the update to migrate system before start using.') }}
@if ($errors->any())
@endif
@if($manager->hsaPendingMigration() || $manager->isUpdateAvailable())
@if($manager->hsaPendingMigration())
@foreach($manager->hsaPendingMigration(true) as $migration => $status)
@endif
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach{{ 'Required Following Update' }}
{{ str_replace(['2021_', '2022_', 'create_', 'add_'], '', $migration) }} | {{ __('Migration Required') }} | |
{{ $version.'_update_system' }} | {{ __('Update Required') }} |
{{ __('Please keep a backup of your database before update, otherwise you will not be able to recover in case of any kind of system error.') }}