@extends('frontend::layouts.master') @section('content') {{-- Page Title --}} {{-- Products List --}}

{!! $dt['detail'] ?? '' !!}

@livewire('frontend::card.products',['type' => 'products'])
@endsection