@extends('layouts.authenticated') @section('extrajs') @endsection @section('content')
{{-- TODO: filtro cliente --}} {{--
Selecione o período
--}} {{-- @if($extrato["Success"] == "false")
Ocorreu um problema ao processar a requisição. Por favor tente novamente mais tarde.
{{ $extrato["Message"] }}
@else --}}

Transferência rápida

Saldo: R$ {{ formatMoneyBr(getFitbankBalance()) }}
@foreach($clients as $cli)

{{ $cli->name }}

CNPJ/CPF: {{ formataCNPJ($cli->taxnumber) }}
A compensar: R$ {{ formatMoneyBr($cli->availablelimit) }}
@csrf
@csrf
{{-- card --}}
{{-- col-8 --}}
{{-- row --}} @endforeach {{-- @endif --}}
@endsection @section('inlinejs') @endsection