@endif
{{ DB::table('empresas')->count() == 0 ? 'SISCOM ' : DB::table('empresas')->first()->razon_social }}
RUC {{ DB::table('empresas')->count() == 0 ? '- ' : DB::table('empresas')->first()->ruc }}
{{ DB::table('empresas')->count() == 0 ? '- ' : DB::table('empresas')->first()->direccion_fiscal }}
Central telefónica: {{ DB::table('empresas')->count() == 0 ? '-' : DB::table('empresas')->first()->celular }}
Email: {{ DB::table('empresas')->count() == 0 ? '-' : DB::table('empresas')->first()->correo }}
{{ 'RECIBO DE CAJA' }}
{{'RCC'.'-'.$recibo_caja->id}}
| F. EMISIÓN | : | {{ Carbon::parse($recibo_caja->created_at)->format('d/m/Y') }} {{ Carbon::parse($recibo_caja->created_at)->format('H:i') }} |
| CLIENTE | : | {{ $recibo_caja->cliente_nombre }} |
| {{ $recibo_caja->cliente_tipo_doc}} | : | {{ $recibo_caja->cliente_documento }} |
| DIRECCIÓN | : | {{ $recibo_caja->cliente_direccion }} |
| MODO DE PAGO | : | {{ $recibo_caja->metodo_pago }} |
| OBSERVACIÓN | : | {{ $recibo_caja->observacion }} |
| ATENDIDO POR | : | {{ $recibo_caja->usuario_nombre }} |
| MONTO | SALDO |
|---|---|
| {{ $recibo_caja->monto }} | {{$recibo_caja->saldo}} |