master
parent
5a9ac3e4e4
commit
97041f831d
|
@ -2,7 +2,6 @@
|
|||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<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$/content/contents/solarmodule.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/contents/solarmodule.blade.php" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
@ -60,7 +59,7 @@
|
|||
<workItem from="1662027309116" duration="11385000" />
|
||||
<workItem from="1662115692620" duration="1346000" />
|
||||
<workItem from="1662283223529" duration="4523000" />
|
||||
<workItem from="1662312260637" duration="792000" />
|
||||
<workItem from="1662312260637" duration="1202000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<div class="row mt-5">
|
||||
<div class="col-6">
|
||||
<button style="display: none;" id="btn-add-to-bag" data-id="{{$content->id}}" class="btn btn-outline-success mb-5" style="padding-top: 6px; padding-bottom: 6px; padding-right: 20px; padding-left: 20px;">
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<a href="{{route_content($content)}}" class="text-decoration-none">
|
||||
<div class="card shadow-sm" style="background-color: #546c8a; color: white;">
|
||||
|
||||
<img src="https://picsum.photos/200/100" class="card-img-top img-fluid" alt="...">
|
||||
<img src="{{$content->image}}" class="card-img-top img-fluid" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
|
|
Loading…
Reference in New Issue