@extends('layouts.app') @section('title', _lang('Tools')) @section('content')

{{ _lang('Tools') }}

{{ _lang('System information, maintenance and database utilities.') }}

@include('partials.alerts')
{{ _lang('System Info') }}
{{ _lang('App Version') }} {{ $info['app_version'] }}
{{ _lang('PHP') }} {{ $info['php_version'] }}
{{ _lang('Laravel') }} {{ $info['laravel'] }}
{{ _lang('Database') }} {{ $info['database'] }}
{{ _lang('Server') }} {{ $info['server'] }}
{{ _lang('Free Disk') }} {{ $info['disk_free'] }}
{{ _lang('Maintenance Mode') }}

{{ _lang('When ON, tenant organizations see a maintenance page. SuperAdmin access still works as normal.') }}

@csrf
{{ _lang('Actions') }}
@csrf
{{ _lang('Download DB Backup') }}
@endsection