@php // Notifications items $listRows = array( array( 'color' => 'warning', 'icon' => 'icons/duotune/abstract/abs027.svg', 'title' => 'Group lunch celebration', 'text' => 'Due in 29 Days', 'number' => '+28%' ), array( 'color' => 'success', 'icon' => 'icons/duotune/files/fil008.svg', 'title' => 'Navigation optimization', 'text' => 'Due in 2 Days', 'number' => '+50%' ), array( 'color' => 'danger', 'icon' => 'icons/duotune/communication/com012.svg', 'title' => 'Humbert Bresnen', 'text' => 'Due in 5 Days', 'number' => '-27%' ), array( 'color' => 'info', 'icon' => 'icons/duotune/finance/fin006.svg', 'title' => 'Air B & B - Real Estate', 'text' => 'Due in 8 Days', 'number' => '+21%' ), array( 'color' => 'primary', 'icon' => 'icons/duotune/arrows/arr031.svg', 'title' => 'B & Q - Food Company', 'text' => 'Due in 6 Days', 'number' => '+12%' ), array( 'color' => 'danger', 'icon' => 'icons/duotune/art/art005.svg', 'title' => 'Nexa - Next generation', 'text' => 'Due in 4 Days', 'number' => '+34%' ) ); @endphp