Nombre
Proveedor @foreach ($proveedores as $proveedor) @endforeach
@if ($pedido->estado == 0)
+
@else @endif
@foreach ($ingredientesPedido as $ingrediente) @if ($pedido->estado == 0) @else @endif @endforeach
Ingrediente Cantidad Precio Observaciones
{{ $ingrediente->ingrediente }} {{ $ingrediente->ingrediente }} {{ number_format($ingrediente->cantidad, 0, ',', '.') }} $ {{ number_format($ingrediente->precio, 0, ',', '.') }} {{ $ingrediente->observaciones }} @if ($pedido->estado == 0) @else @endif
{{-- Modal para seleccionar el ingrediente --}} Añadir Ingrediente
Ingrediente Cantidad Observaciones
@foreach ($ingredientes as $index => $ingrediente) @endforeach
Ingrediente Precio Medida
{{ $ingrediente->nombre }} {{ $ingrediente->precio }} {{ $ingrediente->medida }}
Cancelar Guardar
{{-- FIN Modal para seleccionar el ingrediente --}} {{-- Modal para editar el ingrediente --}} Editar Ingrediente {{ $nombreEditar }}
Cantidad Observaciones
Cancelar Actualizar
{{-- FIN Modal para editar el ingrediente --}}
@if ($pedido->estado == 0)
Inventariar
@else @endif
@push('js') @endpush