@extends(get_view('index')) @section('title'){{ __('Arama Sonuçları') }} - @endsection @section('header') @endsection @section('content')

{{ __('Arama Sonuçları') }}

{{ $products->total() }} ürün bulundu

@include(get_view('components.product.list'))
@endsection @section('footer') @endsection