@php $currentUrl = url()->current(); @endphp @foreach($website as $web) @endforeach @include('include.header-inner')
{{$subcatData->category_subtitle}}
Home / {{$subcatData->category_subtitle}}
{!! htmlspecialchars_decode($subcatData->description) !!}
@if(Str::contains($currentUrl, 'Capstone/public/metallic'))
Applications
Shot Blasting
Shot Peening
Surface Preparation
Welding Applications
Deburring – DE flashing
@endif @if(Str::contains($currentUrl, 'Capstone/public/non-metallic'))
Applications
Blasting Media
Abrasive Wheels/Bars/Pads
Anti Slip/Skid
Polishing
Surface Cleaning
Surface Preparation
@endif @if(Str::contains($currentUrl, 'Capstone/public/natural'))
Applications
Blasting Media
Abrasive Wheels/Bars/Pads
Anti Slip/Skid
Polishing
Surface Cleaning
Surface Preparation
@endif
Industries
Aerospace
Railway
Foundry
Defense
Oil & Gas Industries
Power Plants
Nuclear Plants
Automotive
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')