@php /** @var OGame\ViewModels\Queue\ResearchQueueViewModel $build_active */ @endphp @if (!empty($build_active))
{!! $build_active->object->title !!}
{{ $build_active->object->title }}
@lang('Improve to') @lang('Level') {!! $build_active->level_target !!}
@lang('Duration'):
Halve time Costs: 750 DM
{{-- No buildings are being built. --}} @else
@lang('There is no research in progress at the moment.')
@endif