@php($title = 'Activation Center') @php($heading = 'Activation Center') @php($sidebar = view()->make('dashboard.partials.customer-sidebar')->render()) @extends('layouts.dashboard', compact('title','heading','sidebar')) @section('content')
| Product | Temp Login URL | Status | Requested |
|---|---|---|---|
| {{ $r->product->name ?? '—' }} | Open | {{ ucfirst($r->status ?? 'pending') }} | {{ $r->created_at->format('M d, Y H:i') }} |
| No activation requests | |||