{{ $category->content->name ?? '' }}
{{ $products->total() }} ürün bulundu
@extends(get_view('index'))
@section('title'){{ $category->content->name ?? '' }}@endsection
@section('header')
@endsection
@section('content')
{{ $products->total() }} ürün bulundu{{ $category->content->name ?? '' }}