@extends('frontend::layouts.master') @section('content')
@php $category = $data['category'] ?? null; $brand = $data['brand'] ?? null; @endphp
@endsection @section('script') {{ module_vite('build-frontend', 'resources/assets/js/product.js') }} @endsection