@extends("la.layouts.app") @section("contentheader_title") Cotizacione : @endsection @section("contentheader_description", $cotizacione->$view_col) @section("section", "Cotizaciones") @section("section_url", url(config('laraadmin.adminRoute') . '/cotizaciones')) @section("sub_section", "Edit") @section("htmlheader_title", "Cotizaciones Edit : ".$cotizacione->$view_col) @section("main-content") @if (count($errors) > 0)
@endif
@if(count($productosP)>0) @foreach($productosP as $row)
Notice: Undefined variable: row in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 47

Notice: Trying to get property 'precio' of non-object in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 47

Notice: Undefined variable: row in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 47

Notice: Trying to get property 'cantidad' of non-object in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 47
@endforeach @endif
Clave Nombre Precio Cantidad Total
@foreach($productos as $row2) @if($row2->id == $row->producto)

{{ $row2->nombre}}

@endif @endforeach
@foreach($productos as $row2) @if($row2->id == $row->producto)

{{ $row2->nombreP}}

@endif @endforeach
{{ $row->cantidad }} $
Notice: Undefined variable: row in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 78

Notice: Trying to get property 'precio' of non-object in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 78

Notice: Undefined variable: row in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 78

Notice: Trying to get property 'cantidad' of non-object in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 78
0
Total 0
ACTUALIZAR Total

Notice: Undefined variable: cotizacione in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 100

Notice: Trying to get property 'id' of non-object in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 100

Notice: Undefined variable: cotizacione in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 100

Notice: Trying to get property 'id' of non-object in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 100

Fatal error: Uncaught Error: Call to undefined function url() in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php:109 Stack trace: #0 {main} thrown in C:\xampp\htdocs\enercard\resources\views\la\cotizaciones\edit.blade.php on line 109