| Unlimited Edu Firm Certification | |
| @if(env('APP_STATUS')!=0) License Expired @else @endif @if(env('HELP_STATUS')!=0) Support Expired @else @endif | |
| License : | {{$body->license}} |
| Buy Date: | {{\Carbon\Carbon::parse($body->sold_at)->format('Y M, d')}} @if(env('APP_STATUS')!=0) License Expired @else {{\Carbon\Carbon::parse($body->sold_at)->diffForHumans()}} @endif |
| Buyer: | {{$body->buyer}} |
| Total Purchase: | {{$body->purchase_count}} |
| Support Status: | {{\Carbon\Carbon::parse($body->supported_until)->format('Y M, d')}} @if(env('HELP_STATUS')!=0) Support Expired @else {{\Carbon\Carbon::parse($body->supported_until)->diffForHumans()}} @endif |
{{--
+"amount": "25.50"
+"sold_at": "2021-01-01T15:26:37+11:00"
+"license": "Regular License"
+"support_amount": "0.00"
+"supported_until": "2023-02-01T23:16:13+11:00"
+"item": {#2661 ▶}
+"buyer": "chotan"
+"purchase_count": 6
--}}