@extends ('frontend.layouts.app') @section('content') @if($product)

Showing 1–9 of 21 results

@if($product)
@foreach($product as $productsdata)
{{-- --}}
Rs {{$productsdata->price}}
@endforeach
@endif
@endif @endsection