|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BUSINESS |
TEAM |
STATUS |
{{ strtoupper($totals['this_month_label']) }} |
PENDING |
{{ strtoupper($totals['next_month_label']) }} |
FUTURE |
|
@foreach($query->get() as $record)
|
{{ $record->company }} |
{{ $record->team_label }} |
{{ $record->subscription_status }} |
{{ $record->this_month }} |
{{ $record->to_be_billed }} |
{{ $record->next_month }} |
{{ $record->future_billing }} |
|
@endforeach
|