{{ __('other.update_paelo') }}

{{ __('other.update_installed') }}

@foreach ($update_installed as $update) @endforeach
# {{ __("other.number") }} {{ __("other.description") }} {{ __("other.concerned_role") }} {{ __("other.date") }} {{ __("other.file") }}
{{ $update->id }} {{ $update->number }} {{ $update->description }} @foreach ($update->roles as $role) {{ $role->role->name }}
@endforeach
{{ $update->date }} {{ $update->file }}


{{ __('other.update_comming') }}

@foreach ($update_comming as $update) @endforeach
# {{ __("other.number") }} {{ __("other.description") }} {{ __("other.concerned_role") }} {{ __("other.date") }} {{ __("other.file") }}
{{ $update->id }} {{ $update->number }} {{ $update->description }} @foreach ($update->roles as $role) {{ $role->role->name }}
@endforeach
{{ $update->date }} {{ $update->file }}