@extends('layouts.master') @section('title', 'Capabilities | Setara Group') @push('styles') @endpush @section('content') {{ $header->title ?? 'Unlocking Your Fashion Vision' }} {{ $header->subtitle ?? 'With years of expertise and a commitment to quality, we offer a comprehensive range of services and capabilities in garment manufacturing.' }} @if($services->count() > 0) @foreach($services as $service) {{ $service->title }} {{ $service->description }} @endforeach @endif @forelse($items as $item) {{ $item->title }} {{ $item->description }} @empty @endforelse @endsection
{{ $header->subtitle ?? 'With years of expertise and a commitment to quality, we offer a comprehensive range of services and capabilities in garment manufacturing.' }}
{{ $service->description }}
{{ $item->description }}