@if(!empty($records)) ID, SKU, Nombre, Publicado, Descripción, Categoría, @foreach($extra_data as $item)
Notice: Undefined variable: item in C:\laragon\www\facturadorpro4\resources\views\tenant\items\exports\items-wp.blade.php on line 13

Notice: Undefined variable: item in C:\laragon\www\facturadorpro4\resources\views\tenant\items\exports\items-wp.blade.php on line 14

Notice: Undefined variable: item in C:\laragon\www\facturadorpro4\resources\views\tenant\items\exports\items-wp.blade.php on line 16
{{$txt}} @endforeach Precio, Inventario @foreach($records as $record)
{{$record->id}}, {{$record->internal_id}}, {{$record->second_name}}, {{$record->description}}, {{$record->name }}, {{$record->category_id != '' ? $record->category->name : '' }}, @foreach($extra_data as $item)
Notice: Undefined variable: record in C:\laragon\www\facturadorpro4\resources\views\tenant\items\exports\items-wp.blade.php on line 35

Notice: Undefined variable: item in C:\laragon\www\facturadorpro4\resources\views\tenant\items\exports\items-wp.blade.php on line 35

Notice: Trying to get property '' of non-object in C:\laragon\www\facturadorpro4\resources\views\tenant\items\exports\items-wp.blade.php on line 35

Notice: Undefined variable: item in C:\laragon\www\facturadorpro4\resources\views\tenant\items\exports\items-wp.blade.php on line 36

Notice: Undefined variable: item in C:\laragon\www\facturadorpro4\resources\views\tenant\items\exports\items-wp.blade.php on line 38
{{$txt }}, @endforeach {{$record->sale_unit_price }}, {{$record->stock}} @endforeach
@endif