@php $currentUrl = url()->current(); @endphp @foreach($website as $web) @endforeach @include('include.header-inner')
{{$categoryData->product_category_title}}
Home / {{$categoryData->product_category_title}}
{!! htmlspecialchars_decode($categoryData->description) !!}
@if(Str::contains($currentUrl, 'Capstone/public/abrasives')) TYPES OF {{$categoryData->product_category_title}} MATERIALS
Metallic Abrasive

Metallic abrasives are abrasive materials made from metallic substances & are composed of metal particles that are used for various abrasive applications.

Non-Metallic Abrasive

Non-metallic abrasives, as the name suggests, are abrasive materials that are not composed of metallic substances. Instead, they are typically made from natural or synthetic non-metallic minerals, ceramics, or other composite materials. These abrasives are widely used for various cutting, grinding, polishing, and surface finishing applications.

Natural Abrasive

Natural abrasives are abrasive materials that occur in nature and are harvested or extracted for use in various abrasive applications. These materials are typically minerals or rocks that have naturally occurring abrasive properties due to their hardness, composition, and structure.

@endif @if(Str::contains($currentUrl, 'Capstone/public/refractory')) TYPES OF {{$categoryData->product_category_title}} MATERIALS
BFA BQ

BFA BQ is the high alumina & low ferrous based material used for refractory bricks, furnace lining & much more.

BFA CQ

BFA CQ is the Low alumina & low ferrous based material used for refractory bricks, furnace lining & much more.

WFA Refractory

WFA Refractory contains 99% above alumina & 100% Titanium Oxide free refractory material, highly demanded by steel industries.

@endif @if(Str::contains($currentUrl, 'Capstone/public/foundry')) TYPES OF {{$categoryData->product_category_title}} MATERIALS
Metallic Abrasive

Metallic Abrasives are the materials made from Metal or contains metal substance, which are mostly known for their different physical properties. They are used widely in blasting, cleaning & peening applications.

Non-Metallic

Non-metallic abrasives are typical synthetic materials made by artificial process of natural minerals, which contains compounds. They are mainly known for their hardness & toughness.

Resin Coated Sand

WFA Refractory contains 99% above alumina & 100% Titanium Oxide free refractory material, highly demanded by steel industries.

@endif @if(Str::contains($currentUrl, 'Capstone/public/abrasives'))
Applications
Abrasive Wheels
Blasting Media
Polishing
Dental
Cosmetics
Anti Skid-Slip Agents
Cement Industries
Pharmaceutical
Coatings
@endif @if(Str::contains($currentUrl, 'Capstone/public/refractory'))
Applications
Production of Refractory Bricks, High Alumina Bricks
Furnace Lining in Steel Industries
Heat insulating materials
Furnace & Ovens in Ceramic
Precision Casting Alumina Products
Foundry Crucibles
As Ramming Material
@endif @if(Str::contains($currentUrl, 'Capstone/public/foundry'))
Applications
Shot Blasting
Shot Peening
Surface Preparation
Welding Applications
@endif
Our Offerings
@foreach($products_dat as $data)
@if(isset($data['image'])) @endif
{{ $data->product_title }} Read more
@endforeach
@include('include.footer-inner') @include('include.comman-end')