Laravel Softphone
@if (Route::has('login'))
@auth
Dashboard
@else
Log in
@if (Route::has('register'))
Register
@endif @endauth
@endif
Softphone Dashboard
Access the main softphone interface for making calls and managing tickets.