@extends(get_view('index')) @section('title'){{ __('Ürünler') }} - @endsection @section('header') @endsection @section('content') @include(get_view('components.pages.page-title'), ['title' => __('Ürünler') ])
@include(get_view('components.search.filter'))
@include(get_view('components.product.list'))
@endsection @section('footer') @endsection