| {{ $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' : '' }} | |||
| Accessories / Loom | Other info | |||||
|---|---|---|---|---|---|---|
| Quantity Colors | {{ $accessories['n_colors'] ?? '' }} | Cloth roller | @if(!empty($beams['cloth_roller_quantity'])) {{ $beams['cloth_roller_quantity'] }} @endif | Batching motion | {{ ($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'] ?? '' }} | Controller model: | {{ $jacquard['controller_brand_model'] ?? '' }} | ||||||
|
Hook capacity: {{ $jacquard['total_hooks'] ?? '' }} |
Individual | {{ ($structure == 'single') ? 'X' : '' }} | {{ __('Double') }} | {{ ($structure == 'double') ? 'X' : '' }} | Gantry included: | Yes | {{ $isGantry ? 'X' : '' }} | No | {{ !$isGantry ? 'X' : '' }} |
| {{ __('Quadruple') }} | {{ ($structure == 'quadruple') ? 'X' : '' }} | Harness included? | Yes | {{ $isHarness ? 'X' : '' }} | No | {{ !$isHarness ? 'X' : '' }} | |||
| N. hooks installed: | {{ $jacquard['n_installed_hooks'] ?? '' }} | Quantity of: | Colors | {{ $jacquard['n_colors'] ?? '' }} | |||||
| Year of model: | {{ $jacquard['year'] ?? '' }} | Weft-feeders | {{ $jacquard['n_weft_feeders'] ?? '' }} | ||||||
|
Please add extra info and all extra parts... (healds, droppers, frames, gears, etc...)
{{ $other['additional_information'] ?? '' }}
|
Big Batcher | {{ ($jacquard['batching_motion'] ?? false) ? 'X' : '' }} | |||||||
| Droppers | {{ $jacquard['n_droppers'] ?? '' }} | ||||||||
| Cloth roller | {{ ($jacquard['cloth_roller'] ?? false) ? 'X' : '' }} @if(!empty($jacquard['cloth_roller_quantity'])) ({{ $jacquard['cloth_roller_quantity'] }}) @endif | ||||||||
| Beams: Lower | {{ $jacquard['n_lower_beams'] ?? '' }} | ||||||||
| Upper | {{ $jacquard['n_upper_beams'] ?? '' }} | ||||||||
| Flange Dia: Lower | {{ $jacquard['n_lower_flange_diameter'] ?? '' }} | ||||||||
| Upper | {{ $jacquard['n_upper_flange_diameter'] ?? '' }} | ||||||||
| Frames | {{ $jacquard['n_frames'] ?? '' }} | ||||||||
| 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'] ?? '' }}
|