@extends('layouts.app') @extends('contabilidad.menu') @section('content')
Tipo | Fecha | Cliente | Cantidad | Producto | Precio | Total | Documento NC/ND | Recibo | SAT | |
{{$op->id}} | {{date("d/m/Y h:i:s", strtotime($op->created_at))}} | {{$op->cliente->nombre??''}} | {{$op->cantidad}} | {{$op->producto->nombre??''}} | {{number_format($op->precio,2,'.',',')}} | {{number_format($op->total,2,'.',',')}} | @if($op->nota){{number_format($op->nota->cantidad,2,'.',',')}} {{$op->nota->estatus==1?'ND':'NC'}} | @else@endif | {{$op->recibo_caja->recibo_caja_numero??''}} | @if($op->archivo_factura) archivo_factura) }}" target='_blank' title="Ver factura"> {{$op->no_sat}} @else {{$op->no_sat}} @endif |