@extends('layouts.admin') @section('title', trans_choice('general.updates', 2)) @section('content')

Akaunting

@if (empty($core)) {{ trans('updates.latest_core') }} @else {{ trans('updates.new_core') }}  {{ trans('updates.update', ['version' => $core]) }}  {{ trans('updates.changelog') }} @endif

{{ trans_choice('general.modules', 2) }}

@foreach($modules as $module) @endforeach
{{ trans('general.name') }} {{ trans_choice('general.categories', 1) }} {{ trans('updates.installed_version') }} {{ trans('updates.latest_version') }} {{ trans('general.actions') }}
{{ $module->name }} {{ $module->category }} {{ $module->installed }} {{ $module->latest }} {{ trans_choice('general.updates', 1) }}
@endsection