@extends('layouts.public') @section('content') @php($industries = [ ['Healthcare & Hospitals', 'Medical models, simulators and training lab support for healthcare teams.'], ['Educational Institutions', 'Lab equipment, charts, models and classroom aids for schools and colleges.'], ['Research Laboratories', 'Scientific instruments and setup support for dependable lab workflows.'], ['Government Projects', 'Quote-ready product lists, maps and documentation for institutional procurement.'], ['Environmental & Agriculture', 'GIS, maps and field education tools for planning and awareness programs.'], ])
Industries

Who We Serve

Clear domain mapping helps buyers move from broad requirements to quote-ready product sets.

@foreach($industries as $industry)
{{ str_pad((string) $loop->iteration, 2, '0', STR_PAD_LEFT) }}

{{ $industry[0] }}

{{ $industry[1] }}

@endforeach
@endsection