@extends('layouts.app') @section('title', 'Samir Portal') @section('nav-items')
  • Divisions
  • Logos
  • Company Profile
  • @endsection @section('styles') @endsection @section('content')
    Welcome to Samir Portal
    Access branding materials, logos, and company resources
    {{ $stats['divisions'] }}
    Available Divisions
    {{ $stats['logos'] }}
    Logo Formats
    @if($stats['company_profile']) @else @endif
    Company Profile
    Divisions
    Browse our business divisions and download brochures, catalogs, and case studies
    Logos
    Download Samir logos in various formats including PNG, JPG, SVG, and vector files
    Company Profile
    Access the latest company profile document and corporate information

    🔐 Secure Download Process

    To download any branding materials, please submit a download request with your contact information. Once approved by our administrator, you will receive a 6-digit OTP code via email. Use this code to verify and download the files. The OTP is valid for 15 minutes.

    @if($recentDivisions->count() > 0)

    Our Divisions

    @foreach($recentDivisions as $division) @if($division->logo_path) {{ $division->name }} @else
    @endif
    {{ $division->name }}
    {{ Str::limit($division->description, 100) }}
    @endforeach
    @endif @endsection