{{ __('Synchronisez les feuilles Google Sheets pour mettre à jour la base du refuge.') }}
| {{ __('Feuille') }} | {{ __('Description') }} | {{ __('Dernière synchronisation') }} | |
|---|---|---|---|
|
{{ $source['name'] }}
|
{{ $source['description'] ?? '—' }} |
@if ($source['last_run'])
{{ $source['last_run']->finished_at?->locale(app()->getLocale())->translatedFormat('d F Y H:i') }}
{{ __('Statut : :status', ['status' => __($source['last_run']->status)]) }}
@if ($source['last_run']->note)
{{ $source['last_run']->note }}
@endif
@else
{{ __('Jamais synchronisé') }}
@endif
|