@if($errors->any())
Error!
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Nota: Solo se pueden editar datos generales. Los detalles y montos no se modifican.
Subtotal: S/ {{ number_format($compra->subtotal, 2) }}
IGV: S/ {{ number_format($compra->igv, 2) }}
TOTAL: S/ {{ number_format($compra->total, 2) }}