@extends('layouts.layout-2') @section('content')
| {{__('Name')}} | {{__('Sichtbar auf')}} | {{__('Komponente')}} | {{__('Pos.')}} | {{__('sichtbar')}} | ||
|---|---|---|---|---|---|---|
| {{ $value->name }} | {{ $value->getShowsAtString() }} | {{ $value->getComponentLabel() }} | {{ $value->pos }} | @if($value->active) @else @endif |