@for($i=1;$i<=2;$i++)
| Fecha: |
{!!date_format(date_create($pago->fecha_carga),'d/m/Y')!!} |
{!!$pago->id!!} |
@if($pago->recibo != '')
Nro. {!!$pago->recibo!!} |
@endif
| Empresa/Cliente: |
{!!nombreEstudiante($pago->cedula)!!} |
| C.I./R.I.F: |
{!!$pago->cedula!!} |
Por Bs. |
{!!number_format($pago->monto,2)!!} |
| Deposito: |
Fecha Deposito: |
Banco: |
Tasa BCV: |
US $: |
| {!!$pago->referencia!!} |
{!!date_format(date_create($pago->fecha_carga),'d/m/Y')!!} |
{!!$pago->banco_destino!!} |
{!!number_format(DB::table('variacion_dolar')->where('fecha_actualizacion_tasa','=',$pago->fecha_transf)->first()->valor_tasa,2)!!} |
{!!number_format($pago->montoDolaresEstudiante,2)!!} |
Concepto:
@if($pago->concepto != 0)
- {!!DB::table('conceptos')->where('id',$pago->concepto)->first()->descripcion!!}-
@else
-
@foreach($detalle as $detalle)
{!!mayusculas($detalle->descripcion)!!} -
@endforeach
@endif
| Base Imponible: |
{!!number_format($pago->monto_cajero,2)!!} |
I.V.A 16% Bs. |
0.00 |
| Total Bs: |
{!!number_format($pago->monto_cajero,2)!!} |
IGTF 3% Bs |
{!!number_format($pago->igtf,2)!!} |
| {!!$pago->direccion!!} |
|
|
|
| {!!nombreEstudiante($pago->cedula)!!} |
{!!$pago->cedula!!} |
|
|
|
@endfor