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

Our Exclusive Products - ITG Group

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

{{ __('Expertise in Every Thread: Premium Second-Hand Solutions') }}

{{ __("At ITG Group, we understand that efficiency and reliability are the cornerstones of successful textile production. Our carefully curated selection of second-hand machinery offers a cost-effective way to upgrade your operations without compromising on quality. Each piece of equipment in our inventory undergoes a rigorous evaluation process, ensuring it meets the high standards our global partners expect. Whether you're looking to expand your capacity or find a specific technical solution, our expert team is here to guide you through a seamless acquisition or sale process.") }}

{{ __('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
@push('styles') @endpush @endsection