@extends('layouts.app') @section('content')
Toneladas programadas: {{ $sum_of_tons_programado_total }}
Toneladas ejecutadas: {{ $sum_of_tons_ejecutado_total }}
Toneladas restantes: {{ $tons_restantes }}
{{ __('PRODUCTO DEL REQUERIMIENTO') }} | {{ __('CANTIDAD') }} | {{ __('PRECIO') }} | {{ __('FECHA DE CREACIÓN') }} | @if ($programacion->estado != 'finalizada'){{ __('ACCIÓN') }} | @endif
---|---|---|---|---|
{{ $producto->nombre_producto }} | {{ $producto->pivot->cantidad }} gramos | $ {{ $producto->precio }} | {{ ($producto->pivot->created_at) }} | @if ($programacion->estado != 'finalizada')@endif |