diff --git a/resources/views/consumables/checkout.blade.php b/resources/views/consumables/checkout.blade.php index 8e73bdeed..1245497a7 100644 --- a/resources/views/consumables/checkout.blade.php +++ b/resources/views/consumables/checkout.blade.php @@ -36,6 +36,15 @@ @endif + @if ($consumable->category) + +
+ +
+

{{ $consumable->category->name }}

+
+
+ @endif