@props([ 'title' => __('Check out our offer') .' ' . __('of second-hand machinery') , 'subtitle' => __('Discover high-quality used machinery from top global brands, thoroughly inspected and ready for your production line.'), 'buttonText' => __('messages.order-now') ?? __('View Details'), 'limit' => 6, ]) @php use App\Models\SaleUsedMachine; use Illuminate\Support\Facades\Storage; $machines = SaleUsedMachine::with('mainImage')->where('is_published', true)->latest()->take($limit)->get(); @endphp
{{ $title }}

{{ $subtitle }}