@extends('panel.layout.app') @section('title', __('Update')) @section('titlebar_actions', '') @section('content')
@if(env('MAGICAI_USER_TYPE', '') === 'tester') {{ __('You are currently on the Beta channel. You will receive early access to new features and updates.') }} @else {{ __('You are currently on the Stable channel. You will receive thoroughly tested updates.') }} @endif
{{ __('Beta updates may contain experimental features and could be less stable than stable releases. Always backup your system before updating.') }}
{{ __('Change-log') }}