@extends('emails.layouts.videoportal') @section('template_css') @endsection @section('template_text')

¡Hola!

@if ( $object->notificationType == 'pre.notification')

Te recordamos que el {{ $object->namePlan }} del Cliente {{ $object->nameClient }} {{ $object->surnameClient }} ({{ $object->emailClient }}) tiene como fecha de vencimiento el día {{ $object->planExpirationDate }}.

@else

Hoy es el vencimiento del {{ $object->namePlan }} del Cliente {{ $object->nameClient }} {{ $object->surnameClient }} ({{ $object->emailClient }}).

@endif

Asegúrate de contactarlo. Si ya lo hiciste, entonces descarta este mensaje.

¡Saludos!

@endsection