@extends('layouts.app') @section('title', __( 'lang_v1.sales_order')) @section('css') @endsection @section('content')
| Accion | Documento | Fecha | Cliente | Valor | Correo | Estado | Respuesta del SRI | Detalle |
|---|---|---|---|---|---|---|---|---|
|
|
{{$t->invoice_no}} | {{$t->transaction_date}} | {{ $t->contact->contact_id }} - {{$t->contact->name}} | ${{number_format($t->final_total,2,'.','')}} | {{$t->contact->email}} | @if($codeStatus==1) {{$status}} @endif @if($codeStatus==0) {{$status}} @endif @if($codeStatus==3) {{$status}} @endif @if($codeStatus==2) {{$status}} @endif | {{$message}} | {{$detalle}} |