|
{{ str_pad($row->numero,6,'0',STR_PAD_LEFT) }}
|
{{ date('d-m-Y', strtotime($row->creado)) }} |
{{ date('H:i', strtotime($row->creado)) }} |
{{ $row->vendedor }} |
{{ $row->nit }} |
{{ $row->sucursal_nombre }} |
{{ $row->totalitems }} |
{{ $row->nota }} |
|
@endforeach
@endif