@extends('fragments.fullTemplate') @section('titulo') Cobranza a Bancos @endsection @section('estilos') @include('Bancos.Real.partials._styles') @endsection @section('contenido') @php $activePage = 'movimientos'; $money = function ($amount, $currency = 'MXN') { return ($currency === 'USD' ? 'US$' : '$') . number_format($amount, 2, '.', ','); }; $fmtInput = function ($date) { return \App\Services\BancoFechaService::formatoInput($date ?: \App\Services\BancoFechaService::ahoraSql()); }; $fechaPago = $datosCobranza->fecha_pago ?: \App\Services\BancoFechaService::ahoraSql(); @endphp