{{-- --}} @forelse ($products as $index => $product) @if ($product->image_path) @else @endif {{-- --}} @empty @endforelse
# Ver Imagen Nombre Fabricante/distribuidor Línea de negocio Presentación No Registro Ingrediente activo DosificaciónEsta obsoleto?{{ __('buttons.actions') }}
{{ ++$index }} {{-- Boton de ver --}} {{$product->image_path}}{{ $product->name }} {{ $product->manufacturer ?? 'S/A' }} {{ $product->lineBusiness->name ?? 'S/A' }} {{ $product->presentation->name ?? 'S/A' }} {{ $product->register_number ?? 'S/A' }} {{ $product->active_ingredient ?? 'S/A' }} {{ $product->per_active_ingredient ?? 'S/A' }} {{ $product->is_obsolete ? 'Si' : 'No' }} @can('write_product') {{-- Boton de editar --}} @if(auth()->user()->work_department_id == 1) {{-- Boton de eliminar --}} @endif @endcan
Sin productos