@extends('layouts.app') @section('title', 'Check Connection') @section('content')
@if ($result)
Connection Successful!

The TeamViewer API is working correctly.

@else
Connection Failed...

Unable to connect to the TeamViewer API.

@endif
@endsection