| {{ $docTitle }} | ||
|---|---|---|
|
@if ($machine->mainImage)
No Image Available
@endif
|
{{-- RIGHT HALF: INFO - Fila 1 (Encabezado) --}}
General Info | |
| Brand: | {{ $machine->brand }} | |
| Model: | {{ $machine->model }} | |
| Width: | {{ $generalInfo['width'] ?? '' }} | |
| RPM: | {{ $generalInfo['rpm'] ?? '' }} | |
| Year: | {{ $machine->year }} | |
|
Quantity of machines:
|
{{ $qty }} | |
| Specific Info | ||
| Voltage (V): | {{ $techDetail['voltage'] ?? ($machineSpecs['voltage'] ?? '') }} | |
| Frequency (Hz): | {{ $techDetail['frequency'] ?? ($machineSpecs['frequency'] ?? '') }} | |
| Type of fabric produced: |
{{ __($machineSpecs['fabric_type'] ?? '') }} | |
| Specific Info | ||
| N. bars: | {{ $techDetail['n_bars'] ?? ($machineSpecs['n_bars'] ?? '') }} | |
| N. Fineness: | {{ $techDetail['n_fineness'] ?? ($machineSpecs['n_fineness'] ?? '') }} | |
| Type of machine: | {{ __($machineSpecs['type_of_machine'] ?? ($machineSpecs['type_of_machine'] ?? '')) }} | |
| Machine status | {{-- Encabezado Derecho (Ocupa 5 filas de alto) --}}Type of motion |
{{-- Fila 1 Derecha --}}
Dobby | {{ $motion == 'dobby' ? 'X' : '' }} | |
|---|---|---|---|---|
| In working condition / Stopped (how many months) |
{{ __($machineSpecs['status'] ?? '') }}
@if (($machineSpecs['status'] ?? '') === 'stopped')
{{ $machineSpecs['other_status_description'] ?? '' }} @endif |
{{-- Fila 2 Derecha --}}
Cams | {{ $motion == 'cams' ? 'X' : '' }} | |
| Crank | {{ $motion == 'crank' ? 'X' : '' }} | |||
| Jacquard | {{ $motion == 'jacquard' ? 'X' : '' }} | |||
| E-sheet | {{ $motion == 'e-sheet' || $motion == 'e_sheet' ? 'X' : '' }} | |||
| CAM Specifications | |||||
|---|---|---|---|---|---|
| Cam Model: | {{ $camDetails['cam_model'] ?? '' }} | ||||
| Total levers on loom: | {{ $camDetails['total_levers'] ?? '' }} | Levers installed/in use: | {{ $camDetails['levers_in_use'] ?? '' }} | ||
| Dobby Specifications | |||||
|---|---|---|---|---|---|
| Dobby Model: | {{ $dobbyDetails['dobby_model'] ?? '' }} | ||||
| Total levers on loom: | {{ $dobbyDetails['total_levers'] ?? '' }} | Levers installed/in use: | {{ $dobbyDetails['levers_in_use'] ?? '' }} | ||
| Accessories / Loom | Other info | |||||
|---|---|---|---|---|---|---|
| Quantity Colors | {{ $accessories['n_colors'] ?? '' }} | Cloth roller | @if (!empty($beams['cloth_roller_quantity'])) {{ $beams['cloth_roller_quantity'] }} @endif | Big Batcher | {{ $beams['batching_motion'] ?? false ? 'X' : '' }} | {{-- Celda Derecha "Other Info" (Ocupa las 5 filas hacia abajo) --}}{{ $other['additional_information'] ?? '' }} |
| Quantity Weft feeders | {{ $accessories['n_weft_feeders'] ?? '' }} | Beams: Lower | {{ $beams['n_lower_beams'] ?? '' }} | Upper | {{ $beams['n_upper_beams'] ?? '' }} | |
| Quantity Frames | {{ $accessories['n_frames'] ?? '' }} | Flange dia: Lower | {{ $beams['n_lower_flange_diameter'] ?? '' }} | Upper | {{ $beams['n_upper_flange_diameter'] ?? '' }} | |
| Quantity Heald | {{ $accessories['n_healds'] ?? '' }} | |||||
| Quantity Droppers | {{ $accessories['n_droppers'] ?? '' }} | |||||
| JACQUARD | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Brand model: | {{ $jacquard['brand'] ?? '' }} {{ $jacquard['model'] ?? '' }} | Controller model: | {{ $jacquard['controller_brand_model'] ?? '' }} | ||||||
|
Hook capacity: {{ $jacquard['total_hooks'] ?? '' }} |
Gantry included: | Yes | {{ $isGantry ? 'X' : '' }} | No | {{ !$isGantry ? 'X' : '' }} | ||||
| Harness included? | Yes | {{ $isHarness ? 'X' : '' }} | No | {{ !$isHarness ? 'X' : '' }} | |||||
| N. hooks installed: | {{ $jacquard['n_installed_hooks'] ?? '' }} | ||||||||
| Year of model: | {{ $jacquard['year'] ?? '' }} | ||||||||
|
Please add extra info and all extra
parts... (healds, gears, etc...)
{{ $other['additional_information'] ?? '' }}
|
|||||||||
| Weaving Type | {{-- Columna Derecha: Se expande hacia abajo ocupando 6 filas en total --}}
Please add any extra info and all extra parts and material (Needles, electronics, etc...)
(healds, droppers, frames, gears, etc...)
{{ $other['additional_information'] ?? '' }}
|
|---|---|
| {{ __($techDetail['weaving_type'] ?? ($machineSpecs['weaving_type'] ?? '')) }} | |
| Fabric Winder | |
| {{ __($techDetail['fabric_winder'] ?? ($machineSpecs['fabric_winder'] ?? '')) }} | |
| Machine Movement | |
| {{ __($techDetail['machine_movement'] ?? ($machineSpecs['machine_movement'] ?? '')) }} |
|
Please add any extra info and all extra spare parts and material
(healds, droppers, frames, gears, needles, electronics, etc...) {{-- El contenedor principal para la información extra --}}
{{ $other['additional_information'] ?? '' }}
|