{{ $message }}
@endif
@if (Session::has('error'))
Error: {{ Session::get('error') }}
@endif
Users List
Name | Mobile | Registration Date | Subscription Plan | User Type | Subscribed Date | Subscription Expire AT | Action | |
---|---|---|---|---|---|---|---|---|
{{ $user->name }} | {{ $user->mobile }} | {{ $user->email }} | {{ $user->created_at->format('d-m-Y') }} | {{ $user->product_id ? $user->product_id : 'Not Subscribed' }} | Normal User | {{ $user->purchase_date }} | {{ $user->expire_time }} | View Tree View Edit Subscription |