@extends('layouts.app') @section('content') @extends('contabilidad.menu') {{-- - dd($notas) - --}} @foreach ($notas as $nota) @csrf
@if ($nota->estatus == 0) @else
@csrf
@csrf
@endif

Nota de crédito / débito

{{-- --$nota->facturacion->no_sat --}} @if ($nota->facturacion->nombre_img == 1) {{ $nota->facturacion->no_sat }} @else @if ($nota->facturacion->archivo_factura) {{ $nota->facturacion->no_sat }} @else {{ $nota->facturacion->no_sat }} @endif @if ($nota->facturacion->archivo_factura2)
{{ $nota->facturacion->no_sat }} @endif @if ($nota->facturacion->archivo_factura3)
{{ $nota->facturacion->no_sat }} @endif @if ($nota->facturacion->archivo_factura4)
{{ $nota->facturacion->no_sat }} @endif @if ($nota->facturacion->archivo_factura5)
{{ $nota->facturacion->no_sat }} @endif @endif
{{ $nota->estatus == 1 ? 'Pendiente de autorización' : 'Autorizado' }}
{{-- - number_format($nota->cantidad,'2','.',',') -- --}}
No. Valor
{{ $nota->id }}

@endforeach @endsection