@extends('layouts/fullLayoutMaster')
@section('title', $category->name)
@section('vendor-style')
@endsection
@section('page-style')
@endsection
@section('content')
@foreach($subcategory as $subitem)
{{ $subitem->name }}
@endforeach
Ничего не нашлось
@include('includes/market/products', ['category' => $category, 'products' => $products])
Показать ещё
@endsection
@section('content-right')
{{--
--}}
@endsection
@section('vendor-script')
@endsection
@section('page-script')
@endsection