{{ $componentName }} | {{ $pageTitle }}

@can('Puede Crear Denominaciones') @endcan
@error('selectOutputIngredientId') {{ $message }} @enderror
@include('livewire.tenant.common.searchbox')
@foreach ($purchases as $purchase) @endforeach
nombre Descuento SubTotal Total Status Acción
{{ $purchase->supplier->name }} ${{ number_format($purchase->discount, 0, ',', '.') }} ${{ number_format($purchase->subtotal, 0, ',', '.') }} ${{ number_format($purchase->total, 0, ',', '.') }} {{ $purchase->status }}
{{ $purchases->links() }}
@include('livewire.tenant.inventory.modal.form-purchase') @livewire('tenant.components.modal-ingredient')