@if(isset($type->children) && count($type->children) > 0) @endif
@if ($type->image_path) @else @endif
{{ $type->name }}

{{ $type->description }}

@if (!$type->inUse()) @endif {{-- --}}
@if(isset($type->children))
@foreach($type->children as $child) @include('Config.Type.Components.type-card', ['type' => $child]) @endforeach
@endif