@extends('layouts.app') @section('title', 'Products — MUVR Labs') @section('content')
Our Portfolio

Products

Our current flagship systems developed for standards-oriented gas phase testing and performance evaluation.

@foreach($products as $index => $product)
Product {{ $index + 1 }}
@if($product->hero_image) {{ $product->name }} @else
@endif
@if($product->images->count())
@foreach($product->images->take(3) as $img)
@endforeach
@endif

{{ $product->name }}

@if($product->standard_badge) {{ $product->standard_badge }} Compliant @endif

{{ $product->short_description }}

@if($product->features->count())
@foreach($product->features as $feature)
{{ $feature->feature }}
@endforeach
@endif
Enquire About This Product @if($product->brochure_file) Download Brochure @endif Request Demo
@if(!$loop->last)
@endif @endforeach

Interested in Our Products?

Get in touch with our team to discuss specifications, pricing, or to request a demonstration.

@endsection