@extends('admin.layouts.index') @section('content')

Tulajdonságok

Az oldalon elérhető termékekhez tartozó tulajdonságok (műszaki paraméterek).

{{----}} {{-- @foreach($attributions as $attr) @endforeach --}}
ID Besorolás Tulajdonság megnevezésTermékhez hozzáadvaSzűrhető Műveletek
{{ $attr->id }} Termék {{ $attr->name }}
{{ $attr->slug }}
{{ $count = $attr->productCount() }} {{ $attr->filterable ? 'Igen': 'Nem' }} {{ $attr->filter_type ? $attr->filter_type : 'Nincs' }} @if(!$count) @endif
@stop @section('custom-css') @stop @section('custom-js') @stop