b2in/dev/27-02-2026/backup-before-relaunch/magazin.blade.php
2026-04-10 17:18:17 +02:00

29 lines
584 B
PHP

@extends('web.layouts.web-master')
@section('title', 'B2in Magazin - Insights & Trends')
@section('content')
<div class="bg-background">
<livewire:web.components.ui.header />
<main class="variante-glass-flow">
<livewire:web.components.sections.magazin-list />
</main>
<livewire:web.components.ui.footer />
</div>
@endsection
@push('styles')
<style>
[x-cloak] {
display: none !important;
}
</style>
@endpush
@push('scripts')
{{-- Alpine.js wird zentral im Layout geladen --}}
@endpush