@if($user->active == 1) @if($user->payment_account && $user->daysActiveAccount() <= config('mivita.remind_first_days'))
{{__('membership.home_hl') }}
@if($user->daysActiveAccount() <= 0) @if($user->isActiveAccount())
{{__('membership.home_copy_alert_35')}}

{{__('membership.home_copy_last_35', ['days'=>$user->daysActiveAccount(), 'datetime'=>$user->getPaymentAccountDateFormat()])}}

@else {{-- 35, 36 --}} @if($user->daysActiveAccount() == 0)
{{__('membership.home_copy_alert_36_today', ['datetime'=>$user->getPaymentAccountDateFormat()])}}
@else
{{__('membership.home_copy_alert_36', ['days'=>$user->daysActiveAccount()*-1, 'datetime'=>$user->getPaymentAccountDateFormat()])}}
@endif @if($user->payment_account && $user->isAboOption()) {{ __('membership.home_copy_SEPA_36', ['price'=> 'von '.$user->payment_order_product->getFormattedPrice().' EUR', 'pay_date'=>Carbon::parse($user->payment_account)->modify('- '.config('mivita.abo_booking_days').' days')->format('d.m.Y')]) }}
@endif

{{__('membership.home_copy_last_36', ['days'=>$user->daysActiveAccount(), 'datetime'=>$user->getPaymentAccountDateFormat()])}}

@endif @elseif($user->daysActiveAccount() < config('mivita.remind_last_days') ) {{-- 33 --}}
{{ __('membership.home_copy_alert_31', ['datetime'=>$user->getPaymentAccountDateFormat()]) }}

{{__('membership.home_copy_last_34', ['days'=>$user->daysActiveAccount(), 'datetime'=>$user->getPaymentAccountDateFormat()])}}

@elseif($user->daysActiveAccount() < config('mivita.remind_sec_days')) {{-- 33 --}}
{{ __('membership.home_copy_alert_31', ['datetime'=>$user->getPaymentAccountDateFormat()]) }}
@if($user->payment_account && $user->isAboOption()) @if($user->daysActiveAccount() < config('mivita.abo_booking_days') )

{{ __('membership.home_copy_SEPA_33', ['price'=> 'von '.$user->payment_order_product->getFormattedPrice().' EUR', 'pay_date'=>Carbon::parse($user->payment_account)->modify('- '.config('mivita.abo_booking_days').' days')->format('d.m.Y')]) }}

@else

{{ __('membership.home_copy_SEPA_32', ['price'=> 'von '.$user->payment_order_product->getFormattedPrice().' EUR', 'pay_date'=>Carbon::parse($user->payment_account)->modify('- '.config('mivita.abo_booking_days').' days')->format('d.m.Y')]) }}

@endif
@endif

{{__('membership.home_copy_last_33', ['days'=>$user->daysActiveAccount()])}}

@else {{-- 32 / 31 --}}
{{ __('membership.home_copy_alert_31', ['datetime'=>$user->getPaymentAccountDateFormat()]) }}
@if($user->payment_account && $user->isAboOption()) {{ __('membership.home_copy_SEPA_32', ['price'=> 'von '.$user->payment_order_product->getFormattedPrice().' EUR', 'pay_date'=>Carbon::parse($user->payment_account)->modify('- '.config('mivita.abo_booking_days').' days')->format('d.m.Y')]) }}
@endif

{{__('membership.home_copy_last_31', ['days'=>$user->daysActiveAccount()])}}

@endif
@endif @endif