@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 En Yeniden Sırala En Eskiden Sırala İsme Göre Sırala Fiyata Göre Sırala --}} {{ __('FİLTRELE') }} @include(get_view('components.product.list')) @endsection @section('footer') @endsection