@push('modal.header')

Suche

Tipp: ⌘K / Ctrl+K öffnet die Suche überall.
@endpush
{{-- Input --}}
{{-- Ergebnisse --}}
@php $res = $this->results; @endphp {{-- Domains --}} @if(!empty($res['domains']))
Domains
@foreach($res['domains'] as $r) @endforeach
@endif {{-- Postfächer --}} @if(!empty($res['mailboxes']))
Postfächer
@foreach($res['mailboxes'] as $r) @endforeach
@endif {{-- Benutzer (optional) --}} @if(!empty($res['users']))
Benutzer
@foreach($res['users'] as $r) @endforeach
@endif @if(empty($res['domains']) && empty($res['mailboxes']) && empty($res['users']) && trim($q) !== '') {{-- EMPTY STATE (no results) --}}
{{-- Rings background (SVG, dotted, fading outward) --}}
@php $rings = [ ['r'=>70, 'o'=>.32], ['r'=>120, 'o'=>.22], ['r'=>175, 'o'=>.15], ['r'=>230, 'o'=>.10], ['r'=>280, 'o'=>.07], ]; @endphp @foreach($rings as $ring) @endforeach
{{-- Foreground content (on top of rings & icons) --}}
{{-- Center magnifier --}}

Keine Treffer

Wir konnten zu „{{ $q }}“ nichts finden.

{{-- Actions --}}
@endif