@extends('app') @section('content')
Desde:
Hasta:

{{ $counts['reports'] }}

Hogares visitados

{{ $counts['interested'] }}

@if($counts['reports'] > 0)

{{ round($counts['interested'] / $counts['reports'] * 100, 2) }} %

@else

0 %

@endif Interesados

{{ $counts['not_interested'] }}

@if($counts['reports'] > 0)

{{ round($counts['not_interested'] / $counts['reports'] * 100, 2) }} %

@else

0 %

@endif No interesados

{{ $counts['medium_interest'] }}

@if($counts['reports'] > 0)

{{ round($counts['medium_interest'] / $counts['reports'] * 100, 2) }} %

@else

0 %

@endif Indecisos
@endsection