@extends('layouts.nebulox', [ 'title' => 'Machines', 'subtitle' => 'Add and manage machines' ]) @section('content')
| ID | Machine | Serial | Location | Location ID | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $m->id }} | {{ $m->machineName }} | {{ $m->machineSerialNumber }} | {{ $locationName !== '' ? $locationName : '-' }} | {{ $m->location_id ?? '-' }} | {{ $created ? $created : '-' }} | |
| No machines yet. | ||||||
created_at.