@extends('layouts.app') @push('styles') @endpush @section("content") @switch(request()->tab) @case("price")
@break @case("location")
@break @case("mvt")
@break
@default
@break @endswitch @vite('modules/catalogs/resources/js/app.js') @endsection