@php $titulo = 'N/A'; if ($campana) { $titulo = strftime("%d de %B de %Y", strtotime($campana->fecha_evento)); } @endphp @extends('layouts.index') @section('aside') @component('adium::componentes.aside') @endcomponent @endsection @section('tutorial') @component('layouts.componentes.header.tutorial') @endcomponent @endsection @section('content')
{{$envios}}
Enviados
{{$aperturas}}
Abiertos
%{{$aperturas != 0 ? round((($aperturas / $envios) * 100), 1) : 0}}
Porcentaje efectividad
Porcentaje aperturas {{$aperturas != 0 ? round((($aperturas / $envios) * 100), 1) : 0}}%

Detalle Campaña

{{$gerente?->nombre_completo ?? 'N/A'}}
{{$campana?->nombre_evento ?? 'N/A'}}
12:30 PM
@endsection @section('scripts') @endsection