@if($item->extra!=1)
{{ $key+1 }} |
@if ($item->servicio)
{{ $item->servicio->service_cod }} |
{{ $item->servicio->serv_name }} |
@endif
@if ($item->producto)
{{ $item->producto->codigo }} |
{{ $item->producto->producto }} |
@endif
@if ($item->combo)
{{ $item->combo->codigo }} |
{{ $item->combo->combo }} |
@endif
|
|
|
|
@include('documento.modals.deleteServiceDocumento')
|
@endif
@endforeach