@extends(get_view('index')) @section('title'){{ request()->q }} {{ __('Arama Sonuçları') }} - @endsection @section('header') @endsection @section('content') @include(get_view('components.pages.page-title'), ['title' => __('Arama Sonuçları')])
@include(get_view('components.search.filter'))
{{-- 1-12 of 84 sonuç gösteriliyor --}}
@include(get_view('components.product.list'))
@endsection @section('footer') @endsection