@extends('core::base.auth.auth_layout') @section('title') {{ translate('Update System') }} @endsection @section('custom_css') @endsection @section('main_content')

{{ translate('System Update') }}

{{ translate('Please backup your files and database before update.') }}

{{ translate('Do not reload or close tab while updating. It may takes some times') }}

@csrf
{{ translate('Cancel Update') }}
@endsection @section('custom_scripts') @endsection