@extends('layouts.guest.general') @section('main_content') {{-- NAVIGATION --}}

Sale of - {{ $machine->translation->name }}

{{ $machine->translation->name }}

>
{{ __('messages.details') }}

    {{ __('messages.model') }}

    @if ( $machine->machineDetails->isEmpty() || $machine->machineDetails->every(fn($detail) => empty($detail->translation->description)))
  • {{ __('messages.no-detail') }}
  • @else @foreach ($machine->machineDetails as $detail) @if (!empty($detail->translation->description))
  • {{ $detail->translation->description }}
  • @endif @endforeach @endif

{{ $machine->translation->name }}

{{ $machine->translation->description }}

@include('machinery.machinery-video')

{{ __('messages.main-features') }}

@foreach ($machine->machineFeatures->chunk(ceil($machine->machineFeatures->count() / 2)) as $div)
    @foreach ($div as $feature)
  • {{ $feature->translation->description }}
  • @endforeach
@endforeach
@include('machinery.braiding-complementary') @if (in_array($machine->name, ['braiding-machines', 'needle-machines', 'winding-machines', 'tipping-machines']) && $division->name == 'mexico') @include('components.agent.henghui') @endif @if (in_array($machine->name, ['sectional-warping-machine', 'direct-warping-machines']) && ($division->name == 'colombia' || $division->name == 'argentina')) @include('components.agent.comsat') @endif

{{ __('messages.more-information') }}

@if (in_array($machine->id, $representation))

{{ __('messages.offi-representation') }}

{{ __('messages.offic-repre-text') }}
@endif
@livewire('contact-form.catalogue-contact-form', ['product_name' => $machine->name, 'product_type' => 'machinery', 'dataDivision' => $division, 'urlCatalogue' => $machine->cataloguePdf->url ?? null]) @endsection @push('styles') @endpush @push('scripts') @endpush