@extends('layouts/contentNavbarLayout') @section('title', 'Tables - Basic Tables') @section('content')

Statistics Coupons

@if(count($all_coupons)>0) @foreach ($all_coupons as $d) @endforeach @else {{ "No hay nada" }} @endif
Title Image Type Performance Average time between scan Reedem/total coupons Send/total coupons
{{$d->title}}
  • Avatar
{{$d->typeValue}} {{ round((floatval($d->used_coupons / $d->quantity * 100)), 2) }}% {{$d->prom_minutes}} @if (is_float($d->prom_minutes)) mins. @endif {{ $d->used_coupons }}/{{ $d->quantity }} {{ $d->sent_coupons }}/{{ $d->quantity }}
{!! $all_coupons->appends(request()->query())->render() !!}
@endsection