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

{{$subcategory->title}}

Showing 1–9 of {{$product->count()}}

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