@extends('redesign.layouts.listeo.front_map') @section('title', $title) @section('scripts-page') @include('redesign.front.deals.pieces.deals_map', ['deals' => $deals]) @endsection @section('document')
@include('redesign.front.listeo.pieces.search_input') @include('redesign.front.listeo.pieces.geo_input')
{{ $deals->count() }} Kampagne(n) gefunden
@include('redesign.front.listeo.pieces.sorting', ['sortings' => $sortings])
@include('redesign.front.listeo.pieces.deals', ['deals' => $deals])
@endsection