@extends('layouts.authenticated') @section('extracss') @endsection @section('extrajs') @endsection @section('content')

TransferĂȘncia Simples - Cliente

TransferĂȘncia para conta Fitbank Cliente

@csrf
Buscar Cliente
Valor
Identificador
@if($errors->any())
@foreach($errors->all() as $error) {{ $error }} @endforeach
@endif
Saldo SSG: R$ {{ formatMoneyBr($extrato['Balance']) }}
@endsection @section('inlinejs') @endsection