@extends('admin.portal') @section('title', 'Dashboard') @section('header_title', 'Admin Dashboard') @section('content')
Loading…
Loading logs data...
| Name | Company | Registered | |
|---|---|---|---|
| {{ $user->name }} | {{ $user->company ?? '-' }} | {{ $user->email }} | {{ $user->created_at->format('d M Y, H:i') }} |
| # | Subscribed | |
|---|---|---|
| {{ str_pad($index + 1, 2, '0', STR_PAD_LEFT) }} | {{ $sub->created_at->format('d M Y') }} - {{ $sub->created_at->format('H:i') }} |