@extends('layouts.app') @section('title', 'Company Profile') @section('nav-items')
  • Divisions
  • Logos
  • Company Profile
  • @endsection @section('styles') @endsection @section('content')

    Company Profile

    Access our comprehensive company profile and corporate information

    @if($profile)

    {{ $profile->title }}

    @if($profile->version) Version {{ $profile->version }} @endif @if($profile->description)

    {{ $profile->description }}

    @endif
    Download Process

    To download the company profile, please fill out the form below with your contact information. Once your request is approved by our administrator, you will receive a 6-digit OTP code via email. Use this code to verify and download the file. The OTP is valid for 15 minutes.

    Request Download

    @csrf
    @else

    Company Profile Not Available

    The company profile is currently not available. Please check back later.

    @endif
    @endsection