Cosmetic code changes, no functional changes
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
@php
|
||||
use App\Models\{Account,Service};
|
||||
$acts = $o->accounts_all->pluck('id');
|
||||
@endphp
|
||||
<!-- $o=User::class -->
|
||||
@php($acts=$o->accounts_all->pluck('id'))
|
||||
|
||||
@use(App\Models\Account)
|
||||
@use(App\Models\Service)
|
||||
|
||||
@if($user->isReseller() && ($o->accounts->count() <= 2) && ($x=$o->accounts->pluck('providers')->flatten())->count())
|
||||
<div class="col-12 col-sm-4 col-md-2">
|
||||
@@ -17,7 +18,7 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if ($o->accounts_all->count() > 1)
|
||||
@if($o->accounts_all->count() > 1)
|
||||
<div class="col-12 col-sm-4 col-md-2">
|
||||
<div class="info-box">
|
||||
<span class="info-box-icon bg-primary elevation-1"><i class="fas fa-user"></i></span>
|
||||
|
Reference in New Issue
Block a user