{{ __('other.update_paelo') }}
{{ __('other.update_installed') }}
# | {{ __("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') }}
# | {{ __("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 }} |