@extends('admin.layout.app') @section('body')
| # | Name | Plate Number | Type | Company | Hourly Rate | Actions |
|---|---|---|---|---|---|---|
| {{ $m->id }} | {{ $m->name }} | {{ $m->plate_number ?: '—' }} | {{ $m->type ?: '—' }} | {{ $m->company->name ?? '—' }} | {{ $m->hourly_rate !== null ? number_format($m->hourly_rate, 2) : '—' }} | |
| No machineries found with the selected filters. | ||||||