@extends('layouts.base') {{-- @section('title', __('labels.case_studies')) --}} @push('css') @endpush @section('content') @include('modules.templates.banner', [ 'feature_image_url' => asset('assets/images/banner-test.jpg'), 'title' => 'Produktempfehlungen mit Sonderkonditionen', 'description' => 'Empfehlen Sie Ihren Kunden geprüfte IT-Sicherheitslösungen und profitieren Sie von exklusiven Partnerkonditionen.', ])
@include('modules.templates.copyright') @include('modules.products.templates.query-count') @include('modules.products.templates.query-modal') @include('modules.products.templates.product-detail-modal') @include('modules.products.templates.confirmation-modal') @endsection @push('js') @endpush