@extends('layouts.app', ['title' => 'PMS · Geräte']) @section('content')
| CODE | NAME | BESCHREIBUNG | SATZ | EINHEIT | SORT | STATUS | |
|---|---|---|---|---|---|---|---|
| {{ $item->code }} | {{ $item->name }} | {{ $item->description }} | {{ number_format($item->rate, 2, ',', '.') }} € | {{ $item->rate_unit }} | {{ $item->sort }} | @if($item->is_active) Aktiv @else Inaktiv @endif | |
| Keine Geräte vorhanden. | |||||||