@if(isset($arr['latest_version'])) @if($arr['latest_version'] == config('cabinet.version.current_version'))

{{ __('moonshine::page/dashboard.27') }}


@else

{{ __('moonshine::page/dashboard.28') }} {{ $arr['latest_version'] }}


@endif @else

API disabled


@endif
@if(isset($arr['versions']) && count($arr['versions'])) @foreach($arr['versions'] as $version => $description)
{{ $version }}
@foreach($description as $d)

{{ $loop->iteration }}. {{ $d }}

@if($loop->count)
@endif @endforeach

@endforeach @else

API disabled


@endif