{{-- Manual "Sync from Jira" trigger for the status pages. Spawns a background qa:sync jira (24h look-back); shows how fresh the local cache is. --}} @php $jiraSynced = \App\Models\JiraIssue::max('synced_at'); @endphp
@csrf @if (! empty($jiraSynced)) Jira synced {{ \Illuminate\Support\Carbon::parse($jiraSynced)->diffForHumans() }} @endif
@if (session('jira_sync'))
{{ session('jira_sync') }}
@endif