@extends('layout.front.master')
@section('content')
@if(view()->exists('modules.products.frontend.partials.dynamic-header'))
@php
$backgroundImage = asset('cd-project/img/demos/transportation-logistic/generic/generic-1.png');
@endphp
@include('modules.products.frontend.partials.dynamic-header', ['backgroundImage' => $backgroundImage])
@else
{{-- Fallback a header moderno si no existe el dinámico --}}
@endif
{{-- Products Section using Porto shop component --}}