@extends('components.app') @section('styles') @endsection @section('title') Make A Call @endsection @section('content')
{{--

Add User

--}}
Placeholder 32x32

Make a call

dashboard > make a call
Credit

{{ $credit }}

Available Balance

{{ $available_balance }}

@csrf
@error('country') {{ $message }} @enderror
@error('from_number_id') {{ $message }} @enderror
@error('phone_number') {{ $message }} @enderror
@error('audio') {{ $message }} @enderror
Cancel
@endsection @section('scripts') @endsection