@extends('app') @section('content')
NOMBRE DEL TRABAJADOR | ID TGS SI VALE | IDENTIFICADOR | NO. TARJETA | CONCEPTO | ESTATUS | FECHA DE FONDEO | MONTO DE FONDEO | NUMERO DE EMPLEADO |
---|---|---|---|---|---|---|---|---|
{{ $PurseGas->nombre_trabajador}} | {{ $PurseGas->id_tgs_si_vale }} | {{ $PurseGas->identificador }} | {{ number_format($PurseGas->no_tarjeta,0,'.','') }} | {{ $PurseGas->concepto }} | {{ $PurseGas->estatus }} | {{ $PurseGas->fecha_de_fondeo }} | ${{ number_format($PurseGas->monto_de_fondeo,2) }} | {{ $PurseGas->empleado }} |