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