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

{{ __('Our Exclusive Products - ITG Group') }}

{{ __('Second-hand machinery') }}

{{ __('Experience backing every piece of equipment') }}

{{ __('With years of experience in the textile industry and a solid track record in industrial solutions, at ITG Group we understand that efficiency and profitability are key for our clients. Through our specialized department, ITG Machinery, we comprehensively manage the selection and commercialization of second-hand machinery, ensuring that every piece of equipment meets specific criteria of quality, operation, and reliability. Our technical and commercial team carefully evaluates each option to offer competitive and secure solutions, backed by our international experience and market knowledge. In this way, we provide our clients with efficient alternatives that optimize their investment without compromising productivity or performance.') }}

{{--

{{ __('messages.nm-title-second') }}

{{ __('messages.nm-text-second') }}

--}}
01

{!! __('messages.sc-01') !!}

02

{{ __('messages.sc-02') }}

03

{{ __('messages.sc-03') }}

{{-- BUY & SELL CTA SECTION --}}

{{ __('Buy, Sell & Trade Machinery') }}

{{ __('Connect with a global network of textile manufacturers and upgrade your machinery with confidence.') }}

{{ __('Are you looking for specific machinery?') }}

{{ __('Tell us what you need and we will find the best option for your production line.') }}

{{ __('Post a Purchase Request') }} →

{{ __('Do you want to sell your used equipment?') }}

{{ __('Reach thousands of potential buyers in the textile industry globally.') }}

{{ __('List your Machine for Sale') }} →
@if ($lastMachine)
🌟 {{ __('New Arrival') }}

{{ $lastMachine->brand }} {{ $lastMachine->model }}

{{ Str::limit(strip_tags($lastMachine->additional_information), 120) }}

{{ __('Brand') }}
{{ $lastMachine->brand ?? __('N/A') }}
{{ __('Model') }}
{{ $lastMachine->model ?? __('N/A') }}
{{ __('Year') }}
{{ $lastMachine->year ?? __('N/A') }}
{{ __('Technology') }}
{{ $lastMachine->type_of_machine ?? __('N/A') }}
{{ __('View Complete Details') }} →
{{ $lastMachine->brand }} {{ $lastMachine->model }}
@endif

{{ __('Pre-Owned') }} {{ __('Industrial Solutions') }}

{{ __('Discover high-quality used machinery from top global brands, thoroughly inspected and ready for your production line.') }}

@push('styles') @endpush @endsection