@extends('panel.layout.app') @section('title', __('Update')) @section('titlebar_actions', '') @section('content')
@if ($app_is_not_demo)
{{ __('Update Channel') }}

@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

{{ __('Stable') }} {{ __('Beta') }}
{{ __('Beta Channel Active') }}

{{ __('Beta updates may contain experimental features and could be less stable than stable releases. Always backup your system before updating.') }}

@endif

{{ __('Change-log') }}


@endsection @push('script') @endpush