wip Laon order

This commit is contained in:
2023-11-28 16:16:20 +05:00
parent dab7cc0069
commit 45b42d47e8
3 changed files with 26 additions and 0 deletions

View File

@@ -65,6 +65,20 @@ class OrderRepo
];
}
/**
* Status icons
*/
public static function statusIcons(): array
{
return [
'success' => 'check-circle',
'info' => 'information-circle',
'primary' => 'clipboard-list',
'danger' => 'ban',
'warning' => 'exclamation-circle',
];
}
/**
* HEX Colors
*/