@include('snippets.breadcrumbs')
@include('snippets.spirittypesbuttons')
{{ $data->appends(Request::except('page'))->links('paginate') }}
@if ( !$data->count() )
Keine Angebote
Momentan liegen keine {{ $title }} vor. Probieren Sie es später noch einmal.
@else
@include('offers')
{{ $data->appends(Request::except('page'))->links('paginate') }}
@endif
@endsection
@section('description')
{{ $header_text }}
@endsection
@section('scripts')