@php $pkg = $package ?? null; $count = \DB::table('domain_maskings')->where('user_id', $user->id)->count(); @endphp @include('plan._meter', [ 'label' => trans('plan.infra.sending_domains'), 'used' => $count, 'limit' => $pkg->sending_domain_limit ?? null, 'icon' => 'la la-globe', ])