28 lines
696 B
PHP
28 lines
696 B
PHP
@extends('web.layouts.web-master')
|
||
|
||
@section('title', 'Kontakt - B2in')
|
||
@section('meta_description', 'Nehmen Sie Kontakt mit B2in auf – persönliche Beratung zu Immobilien in Dubai & Einrichtungslösungen.')
|
||
|
||
@section('content')
|
||
<div class="bg-background">
|
||
<livewire:web.components.ui.header />
|
||
|
||
<main class="variante-glass-flow">
|
||
<livewire:web.components.ui.contact-form />
|
||
</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
|