Works for friday & saturday
This commit is contained in:
14
resources/views/Shop/Search/results.blade.php
Normal file
14
resources/views/Shop/Search/results.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
@extends('Shop.layout.layout', [
|
||||
'title' => __('Recherche'),
|
||||
])
|
||||
|
||||
@section('content')
|
||||
@include('Shop.Tags.partials.filter')
|
||||
|
||||
{{ $articles_count ?? 0 }} Résultats
|
||||
@if ($display_by_rows ?? false)
|
||||
@include('Shop.Shelves.partials.category_articles_rows')
|
||||
@else
|
||||
@include('Shop.Shelves.partials.category_articles')
|
||||
@endif
|
||||
@endsection
|
||||
Reference in New Issue
Block a user