@extends('layouts.millage') @section('title', $title) @section('content')
You do not have have a subscription
{{ \Carbon\Carbon::parse($subscription->expired_at)->toDayDateTimeString() }}
@if (now()->greaterThanOrEqualTo(\Carbon\Carbon::parse($subscription->reminded_at)) or now()->greaterThanOrEqualTo(\Carbon\Carbon::parse($subscription->expired_at)))