@extends('layouts.layout-2') @section('content')

{{ __('Sidebar') }}

@foreach($widgets as $value) @endforeach
  {{__('Name')}} {{__('Sichtbar auf')}} {{__('Komponente')}} {{__('Pos.')}} {{__('sichtbar')}}
{{ $value->name }} {{ $value->getShowsAtString() }} {{ $value->getComponentLabel() }} {{ $value->pos }} @if($value->active) @else @endif
@endsection