{{ $page->meta_title }} @foreach ($hreflangs as $lang => $href) @endforeach @push('headerScripts') @if (isset($domain->header_scripts)) {!! $domain->header_scripts !!} @endif @endpush background-color: {{ $backgroundColors[$page->background_color_id] ?? '' }}; @push('bodyScripts') @if (isset($domain->body_scripts)) {!! $domain->body_scripts !!} @endif @endpush @include('partials.front._header', ['searchIsActive' => true])

{{ $page->title }} @if ($search) {{ $search }} @endif

@if ($pages->isNotEmpty())
{{ $pages->firstItem() }} - {{ $pages->lastItem() }} {{ __('from') }} {{ $pages->total() }} {{ __('results for') }} "{{ $search }}"
@endif
@forelse ($pages as $page)
{{ str()->upper($page->title) }}

{{ $page->description }}

@empty

{{ __('No results found') }}

@endforelse
@if ($pages->isNotEmpty()) {{ $pages->onEachSide(-1)->links('pagination::tailwind') }} @endif
@include('partials.front._footer')