@extends('layouts.app', ['title' => 'PMS · Lohnarten']) @section('content')
| CODE | NAME | BESCHREIBUNG | KOSTEN/H | VERRECHNUNG/H | SORT | STATUS | |
|---|---|---|---|---|---|---|---|
| {{ $item->code }} | {{ $item->name }} | {{ $item->description }} | @if($item->cost_rate > 0){{ number_format($item->cost_rate, 2, ',', '.') }} €@else—@endif | @if($item->hourly_rate > 0){{ number_format($item->hourly_rate, 2, ',', '.') }} €@else—@endif | {{ $item->sort }} | @if($item->is_active) Aktiv @else Inaktiv @endif | |
| Keine Lohnarten vorhanden. | |||||||