@extends('layouts.app') @section('title', 'Heavy Duty Machines') @section('content')

JSP / 03

Built for
the job.

Heavy duty machines selected for dependable performance across construction, mining, and industrial sites.

Request a quotation
@forelse ($machines as $machine)

{{ strtoupper($machine->availability ?? 'Available') }}

{{ $machine->name }}

{{ $machine->category }}

@empty

Inventory update

Heavy duty machine listings are on the way.

Tell us what you need and our team will source the right fit.

@endforelse
@endsection