| Nombre | {{ $machine->name }} |
|---|---|
| Marca | {{ $machine->brand }} |
| Modelo | {{ $machine->model }} |
| Año | {{ $machine->year }} |
| Tipo de Máquina | {{ $machine->type_of_machine }} |
| Estado de Venta | {{ $machine->sale_status->label() }} |
| {{ ucwords(str_replace('_', ' ', $key)) }} | {{ $value }} |
|---|
| {{ ucwords(str_replace('_', ' ', $key)) }} | {{ $value }} |
|---|
| {{ ucwords(str_replace('_', ' ', $key)) }} | {{ $value }} |
|---|
| {!! $machine->additional_information !!} |