@extends('layout.app') @section('content')

Balance API

@if ($error) @endif @if ($gateway)
Active Gateway {{ $gateway->name }}
@if ($balance !== null)

Current Balance

{{ number_format((float) $balance, 2) }}

Remaining balance in your account

@elseif(!$error)
Unable to retrieve balance information. Please try again.
@endif @else
No active voice gateway configured. Please enable a voice gateway first.
@endif
@endsection