Benjamin Völkl 2022-09-04 20:57:50 +02:00
parent a6e55e7ffd
commit 408650f607
2 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,6 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment=""> <list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/content/contents/solarmodule.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/contents/solarmodule.blade.php" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -60,7 +59,7 @@
<workItem from="1662027309116" duration="11385000" /> <workItem from="1662027309116" duration="11385000" />
<workItem from="1662115692620" duration="1346000" /> <workItem from="1662115692620" duration="1346000" />
<workItem from="1662283223529" duration="4523000" /> <workItem from="1662283223529" duration="4523000" />
<workItem from="1662312260637" duration="4081000" /> <workItem from="1662312260637" duration="4753000" />
</task> </task>
<servers /> <servers />
</component> </component>

View File

@ -43,7 +43,7 @@


</div> </div>


@isset($content->price_5 ) @isset($content->preis_5 )




<p> <p>
@ -102,10 +102,10 @@
</tr> </tr>
@endisset @endisset


@isset($content->data_fields['leistung_(watt)']) @isset($content->data_fields['leistung'])
<tr> <tr>
<td>Leisung:</td> <td>Leisung:</td>
<td>{{$content->data_fields['leistung_(watt)']}} Watt</td> <td>{{$content->data_fields['leistung']}} Watt</td>
</tr> </tr>
@endisset @endisset