We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2141ee7 + db58b80 commit 3d95808Copy full SHA for 3d95808
resources/views/mail/markdown/checkout-accessory.blade.php
@@ -14,6 +14,12 @@
14
| **{{ trans('mail.checkout_date') }}** | {{ $checkout_date }} |
15
@endif
16
| **{{ trans('general.accessory') }}** | {{ $item->name }} |
17
+@if (isset($item->category))
18
+ | **{{ trans('general.category') }}** | {{ $item->category->name }} |
19
+@endif
20
+@if (isset($item->model_number))
21
+ | **{{ trans('general.model_no') }}** | {{ $item->model_number }} |
22
23
@if (isset($item->manufacturer))
24
| **{{ trans('general.manufacturer') }}** | {{ $item->manufacturer->name }} |
25
0 commit comments