@extends('backoffice.layouts.app') @section('contents')
| # | Name | Subscription Type | Start | End | Warnings | Status | Action | |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $user->profile->real_name ?? 'User' }} | {{ $user->email }} | {{ $sub->subscription_type ?? '-' }} | {{ $sub?->subscription_start ? \Carbon\Carbon::parse($sub->subscription_start)->format('Y-m-d') : '-' }} | {{ $sub?->subscription_end ? \Carbon\Carbon::parse($sub->subscription_end)->format('Y-m-d') : '-' }} | {{ $user->warnings_count }} | {{ $user->is_active ? 'Active' : 'Inactive' }} | View |