View Customer
| Customer Name | {{ $user->name }} |
| Customer Email | {{ $user->email }} |
| Customer Phone | {{ $user->phone }} |
| Registered At | {{ now()->parse($user->created_at)->format('d-m-Y h:i:s a') }} |
| Account Status | @if($user->status == 1) Active @else In-Active @endif |
| Account Verified At | {{ now()->parse($user->email_verified_at)->format('d-m-Y h:i:s a') }} |
| Current Plan Name | {{$user->currentPlan->plan->name}} |
| Current Plan Validity | {{ date('d M Y', strtotime($user->currentPlan->expired_date))}} |
| Buyer Feedback |