@extends('frontend.slices.main') @section('content')
@foreach ($product_industrials as $pi)
{{ $pi->category }}
LEARN MORE
@endforeach
@endsection