@extends('front/layout') @section('page_title','Category') @section('container')
{{$sort_txt}}
    @if(isset($product[0])) @foreach($product as $productArr)
  • {{$productArr->name}} Add To Cart

    {{$productArr->name}}

    Rs {{$product_attr[$productArr->id][0]->price}}Rs {{$product_attr[$productArr->id][0]->mrp}}
  • @endforeach @else
  • No data found
  • @endif
@csrf
@endsection