flexisip-account-manager/flexiapi/resources/views/parts/tabs/register.blade.php
Timothée Jaussoin fc96338bfb Redesign the UI
2023-06-09 08:24:49 +00:00

6 lines
212 B
PHP

@if(config('app.phone_authentication'))
@include('parts.tabs', ['items' => [
'account.register.email' => 'Email registration',
'account.register.phone' => 'Phone registration',
]])
@endif