@extends('layouts.app') @section('content')

Select a Subcategory in {{ $category->name }}

@foreach($subcategories as $subcategory)
frame
{{ $subcategory->name }}

Explore various products and services under this subcategory.

View Products
@endforeach
@endsection @push('styles') @endpush