Cargando
{{ $consulta_historial->tarifa->servicio->nombre . ' - ' . $consulta_historial->tarifa->pantallas . ' Pantalla' ?? '' }}
${{ number_format($consulta_historial->tarifa->valor) }}
{{ $consulta_historial->tarifa->dias }} Días
@foreach ($consulta_historial->cuentas->unique() as $cuenta)
{{ $consulta_historial->promocion->nombre ?? '' }}
${{ number_format($consulta_historial->promocion->precio) }}
{{ $consulta_historial->promocion->dias }} Días
@foreach ($consulta_historial->cuentas->unique() as $cuenta)
{{ $consulta_historial->cliente->name ?? '' }}
{{ $consulta_historial->cliente->email ?? '' }}
{{ Carbon\Carbon::parse($consulta_historial->fecha_inicio)->format('Y/m/d') ?? '' }}
{{ Carbon\Carbon::parse($consulta_historial->fecha_final)->diffInDays() ?? '' }} días
| Nombre | Fecha de Compra | Servicio | |||
|---|---|---|---|---|---|
| {{ $h->cliente->name ?? '' }} | {{ Carbon\Carbon::parse($h->created_at)->locale('co')->Format('d M Y, h:m a') ?? '' }} | @if (!empty($h->tarifa_id)){{ $h->tarifa->servicio->nombre }} @if ($h->tarifa->servicio->nombre != 'Spotify Premium' && $h->tarifa->servicio->nombre != 'Youtube Premium') {{ $h->tarifa->pantallas }} Pantallas @endif | @endif @if (!empty($h->promocion_id)){{ $h->promocion->nombre }} | @endif @if (!empty($h->tarifa_id))@elseif(!empty($h->promocion_id)) | @endif |