@extends('panel.layout.app') @section('title', __('Update')) @section('titlebar_actions', '') @section('content')
@if (Auth::user()->isAdmin())
@if ($app_is_not_demo) @if (getServerMemoryLimit() < 64 && getServerMemoryLimit() != -1)

{{ __('Warning') }}

{{ __('Your server memory_limit is') }} {{ getServerMemoryLimit() }}M. {{ __('It should be minimum') }} 64M.

{{ __('If you do not set the required minimum value, you may get possible errors during the update.') }}

@endif @endif

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


@endif
@endsection @push('script') @auth() @endauth @endpush