@extends('layouts.layout-2') @section('content')

{{ __('navigation.promotion') }} / {{ __('navigation.overview') }}
  Neue Promotion anlegen

@foreach($values as $value)
{{$value->name}}
@if($value->canDelete()) @endif
{{$value->description}}
Typ
{{$value->getPromotionType()}}
Produkte
{{$value->promotion_admin_products->count()}}
max Budget
{{ $value->getFormattedMaxBugdet() }}
max Produkte
{{$value->max_items}}
Datum von
{{ $value->from }}
Datum bis
{{ $value->to }}
Aktiv
{!! get_active_badge($value->active) !!}

@endforeach

Alle User Promotions ansehen
@endsection