@extends('layouts.app', ['title' => 'PMS · Sonstige Positionen']) @section('content')
| CODE | NAME | BESCHREIBUNG | SORT | STATUS | |
|---|---|---|---|---|---|
| {{ $item->code }} | {{ $item->name }} | {{ $item->description }} | {{ $item->sort }} | @if($item->is_active) Aktiv @else Inaktiv @endif | |
| Keine sonstigen Positionen vorhanden. | |||||