@extends('layouts.master') @section('title', $banner->title ?? 'Setara Group - Future of Manufacturing') @section('content')
@if($banner && $banner->image) @if(Str::endsWith($banner->image, ['.mp4', '.webm', '.ogg'])) @else
Hero Background
@endif @else @endif

@if($banner && $banner->title) {!! str_replace(['Garment', 'Manufacturing'], ['Garment', 'Manufacturing'], $banner->title) !!} @else Redefining Garment
Manufacturing @endif

{{ $banner->subtitle ?? 'Setara Group, founded by the visionary AKM Salahuddin in 1985, embarked on its journey as an export-oriented manufacturer of readymade garments.' }}

@if($banner && $banner->badge)
{{ $banner->badge }}
@endif
@foreach($stats as $index => $stat)
{{ $stat->value }}

{!! nl2br(e($stat->title)) !!}

@endforeach
Trusted Partners

Our Premium Clients

Collaborating with industry leaders to deliver excellence. Our strong partnerships reflect our commitment to quality and innovation.

@for ($i = 0; $i < 4; $i++)
@foreach($clients as $client)
@if($client->logo)
@else

{{ $client->name }}

@endif
@endforeach
@endfor

Our Journey

Decades of excellence, innovation, and growth in the garment industry.

@foreach($timelines as $index => $timeline)
{{ $timeline->year }}
@if($index % 2 == 0)

{{ $timeline->title }}

{!! $timeline->description !!}

@else

{{ $timeline->title }}

{!! $timeline->description !!}

@endif
@endforeach
Production Hub
Category

Title

Description

Our Partners & Standards

Committed to Excellence through Global Certifications

OEKO-TEX WRAP ISO 9001 SEDEX ACCORD BSCI GOTS
OEKO-TEX WRAP ISO 9001 SEDEX ACCORD BSCI GOTS
OEKO-TEX WRAP ISO 9001 SEDEX ACCORD BSCI GOTS

Our Concerns

BOARD

The Board

Our Leadership Team

@endsection @push('styles') @endpush @push('scripts') @endpush