@extends('elementos.navegacion') @section('pagina', 'Registro de Usuarios') @section('content')

PROFORMA COMERCIAL DE SERVICIOS: # {{ $numero_orden_compra }}

@foreach($reporte2 as $reporte2e) @endforeach



Estimados SeƱores: A continuacion le presentamos la propuesta Tecnica-Economica que hemos elaborado para usted:

DETALLES DE LA PROFORMA COMERCIAL DE SERVICIOS: # {{ $numero_orden_compra }}

@foreach($reporte as $r)
Warning: Undefined variable $r in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/gestion/edit_view_89.blade.php on line 96

Warning: Attempt to read property "categoria" on null in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/gestion/edit_view_89.blade.php on line 96

Warning: Undefined variable $r in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/gestion/edit_view_89.blade.php on line 99

Warning: Attempt to read property "categoria" on null in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/gestion/edit_view_89.blade.php on line 99

Warning: Undefined variable $r in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/gestion/edit_view_89.blade.php on line 109

Warning: Attempt to read property "cantidad" on null in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/gestion/edit_view_89.blade.php on line 109

Warning: Undefined variable $r in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/gestion/edit_view_89.blade.php on line 109

Warning: Attempt to read property "precio_final" on null in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/gestion/edit_view_89.blade.php on line 109
@endforeach
COD. CATEGORIA DENOMINACION DETALLES CANT. PRECIO U. PRECIO T.
{{ $r->categoria }} {{ strtoupper($r->nombre_denominacion) }} {{ strtoupper($r->detalles) }} {{ $r->cantidad }} {{ $r->precio_final/$r->cantidad }} {{ number_format($r->precio_final, 2, ',', '.') }}


Warning: Undefined variable $reporte2e in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/gestion/edit_view_89.blade.php on line 130

Warning: Attempt to read property "descuento" on null in /home/adminsosfood/public_html/sis.sos-food.com/resources/views/gestion/edit_view_89.blade.php on line 130
SUB-TOTAL: {{ number_format($reporte2e->total+$reporte2e->descuento, 2, ',', '.') }}
TOTAL: {{ number_format($reporte2e->total, 2, ',', '.') }}
VOLVER A PROFORMAS
@endsection