@extends('layouts.landing') @section('title', 'HSE Management System') @section('content')

HSE Management System

Streamlining Safety, Ensuring Compliance, Protecting People

Company Portals

@forelse ($companies as $company)

{{ $company->name }}

{{ $company->description ?? 'Safety & Compliance Partner' }}

@empty

No companies available at the moment.

@endforelse
@endsection