@foreach($website as $web) {{ $productcatData->pg_meta_title }} @endforeach @include('include.header-inner')
{{$productcatData->product_title}}
Home / {{$productcatData->product_title}}
{{ url('images/' . $productcatData['image']) }}
About {{$productcatData->sort_description}}

{!! htmlspecialchars_decode($productcatData->description) !!}

{!! htmlspecialchars_decode($productcatData->extra_content) !!}

{{$productcatData->tab_one_heading}}
{{$productcatData->tab_two_heading}}
{{$productcatData->tab_three_heading}}
{{$productcatData->tab_four_heading}}
@if($productcatData->tab_five_heading)
{{$productcatData->tab_five_heading}}
@endif @if($productcatData->tab_six_heading)
{{$productcatData->tab_six_heading}}
@endif
{!! htmlspecialchars_decode($productcatData->tab_one_description) !!}
{!! htmlspecialchars_decode($productcatData->tab_two_description) !!}
{!! htmlspecialchars_decode($productcatData->tab_three_description) !!}
{!! htmlspecialchars_decode($productcatData->tab_four_description) !!}
{!! htmlspecialchars_decode($productcatData->tab_five_description) !!}
{!! htmlspecialchars_decode($productcatData->tab_six_description) !!}
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
Our Offerings
@foreach($products_dat as $data)
@if(isset($data['image'])) @endif
{{ $data->product_title }} Read more
@endforeach
@include('contact-home') @include('include.footer-inner') @include('include.comman-end')