@extends('nexfloit.layouts.app') @section('title', $tenant->business_name) @section('content')
{{ $tenant->code }}
@if($tenant->is_locked)
@elseif(!$tenant->is_active)
@elseif($tenant->isOnTrial())
@endif
{{ $tenant->plan_badge['label'] }}
Stores
Users
Total Paid
Pending
| Owner | {{ $tenant->owner_name }} |
|---|---|
| {{ $tenant->email }} | |
| Phone | {{ $tenant->phone ?? '-' }} |
| Address | {{ $tenant->address ?? '-' }} |
| Plan | {{ $tenant->plan_badge['label'] }} |
| Monthly Fee | Rs. {{ number_format($tenant->monthly_fee, 2) }} |
| Joined | {{ $tenant->created_at->format('M d, Y') }} |
| Trial Ends | {{ $tenant->trial_ends_at->format('M d, Y') }} |
| Locked At | {{ $tenant->locked_at->format('M d, Y H:i') }} |
| Lock Reason | {{ $tenant->lock_reason }} |
No stores yet
| Date | Amount | Method | Reference |
|---|---|---|---|
| {{ $payment->payment_date->format('M d, Y') }} | Rs. {{ number_format($payment->amount, 2) }} | {{ $payment->method_display }} | {{ $payment->reference_number ?? '-' }} |
| No payments yet | |||