@extends(get_view('index')) @section('title'){{ $category->content->name ?? '' }}@endsection @section('header') @endsection @section('content')

{{ $category->content->name ?? '' }}

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

@include(get_view('components.product.list'))
@if ( $category->content->content != null )
{!! $category->content->content !!}
@endif @endsection @section('footer') @endsection