@extends('layouts.app') @section('content')

Product Catalog

Explore our complete ecosystem of premium ceilings, roofing sheets, wall panels, and installation accessories. Select a product to request custom estimates.

@foreach($categories as $cat) @endforeach
@foreach($products as $product)
{{ $product->name }} i-Panel
{{ $product->category->name ?? 'General' }} Rs. {{ number_format($product->price, 2) }}

{{ $product->name }}

{{ Str::limit($product->description, 100) }}

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