{{ __('#') }} | {{ __('customer.table.name') }} | {{ __('customer.table.address') }} | {{ __('customer.table.server') }} | {{ __('customer.table.state') }} | {{ __('customer.table.action') }} |
---|---|---|---|---|---|
{{ ++$i }} | {{ $customer->name ?? 'no data' }} | {{ $customer->address ?? 'no data' }} | {{ $customer->mikrotik->name ?? 'No Data'}} | @if ($customer->disabled === \App\Enums\MikrotikStatus::PPPOE_ENABLE->value) {{ __('pppoe.secret.enabled') }} @endif @if ($customer->disabled === \App\Enums\MikrotikStatus::PPPOE_DISABLE->value) {{ __('pppoe.secret.disabled') }} @endif |
@canany(['secret-disable', 'customer-list', 'customer-edit', 'secret-edit', 'customer-delete' ])
|