@extends('layouts.app', ['title' => 'PMS · Geräte']) @section('content')
PMS · Stammdaten

Geräte

Maschinen und Geräte mit Tagessatz/Stundensatz
{{ $items->count() }} Geräte
@forelse($items as $item) @empty @endforelse
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.
{{-- Modal: Neu --}} {{-- Modal: Bearbeiten --}} @endsection