@extends('admin.layouts.admin') @section('title') show categories @endsection @section('content')
دسته بندی : {{ $category->name }}

@if ($category->parent_id == 0) بدون والد @else {{ $category->parent->name }} @endif
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{--
--}}
{{--
--}} {{-- --}} {{--
--}} {{-- @foreach ($category->attributes as $attribute)--}} {{-- {{ $attribute->name }}{{ $loop->last ? '' : '،' }}--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- @foreach ($category->attributes()->wherePivot('is_filter' , 1)->get() as $attribute)--}} {{-- {{ $attribute->name }}{{ $loop->last ? '' : '،' }}--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- @foreach ($category->attributes()->wherePivot('is_variation' , 1)->get() as $attribute)--}} {{-- {{ $attribute->name }}{{ $loop->last ? '' : '،' }}--}} {{-- @endforeach--}} {{--
--}} {{--
--}}
بازگشت
@endsection