@extends('layouts.app') @section('title', 'License Details') @section('page-title', 'License Details') @section('page-subtitle', 'View complete license information') @section('header-actions') Edit License @endsection @section('content')
{{ str_repeat('•', strlen($license->license_key)) }}
{{ $license->customer_name }}
{{ $license->customer_email }}
{{ $license->product_name }}
{{ $license->domain ?? 'Not assigned' }}
{{ $license->ip_address ?? 'Not assigned' }}
@if($license->ip_lock_enabled) IP Locked @else IP Unlocked @endif{{ $license->expired_at ? $license->expired_at->format('F d, Y') : 'N/A' }}
{{ $license->created_at->format('F d, Y H:i:s') }}
⚠️ No IP Address
This license must be activated first before enabling IP lock.
Current IP: {{ $license->ip_address }}
@if($license->ip_lock_enabled) 🔒 IP Lock is ENABLED. Only this IP can verify the license. @else 🔓 IP Lock is DISABLED. Any IP can verify the license. @endif
💡 About IP Lock:
Expired
{{ $license->expired_at->diffForHumans() }}
{{ $license->expired_at->diffInDays() }}
days remaining