@extends('layouts.nebulox', [ 'title' => 'Link Machines', 'subtitle' => 'Assign machines to locations (one location per machine)' ]) @section('content')
| Machine | Serial | Unlink |
|---|---|---|
| {{ $m->machineName }} | {{ $m->machineSerialNumber }} | |
| No machines linked to this location. | ||
| Machine | Serial | Link |
|---|---|---|
| {{ $m->machineName }} | {{ $m->machineSerialNumber }} | |
| No unlinked machines available. | ||