Add homepage
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
|
||||
@section('content')
|
||||
@include('Shop.Tags.partials.filter')
|
||||
|
||||
@if (!empty($text))
|
||||
<div class="row m-0 mb-3">
|
||||
<div class="col-12 p-3 green-dark bg-yellow rounded drop-shadow" style="font-size: 1.4em;">{!! $text !!}</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
@foreach ($shelves as $shelve)
|
||||
|
||||
Reference in New Issue
Block a user