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

{{$category->title}}

{{-- --}}

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

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