@extends('clients.layouts.app') @section('title', 'WHMCS AutoAuth Test') @section('content')
{{ $url }}
Email: "{{ explode('?email=', explode('×tamp=', $url)[0])[1] ?? 'N/A' }}"
Timestamp: "{{ explode('×tamp=', explode('&hash=', $url)[0])[1] ?? 'N/A' }}"
Formula: sha1(email + timestamp + key)