@php // Expects: $staff, $type, $label, $col, $canManage $current = $staff->$col; $history = $staff->renewals->where('type', $type); $chipCls = !$current ? 'secondary' : ((int) now()->startOfDay()->diffInDays(\Illuminate\Support\Carbon::parse($current)->startOfDay(), false) < 30 ? 'danger' : 'success'); @endphp