invc != 0 ) onlclick="location.href='{{route('printinvc',['id'=>$i->invc])}}'" @endif class="p-4 bg-white flex">
@if($i->type == 'add') + @else - @endif
{{$i->name}}
Qyt {{$i->qyt}}
Desc - {{$i->desc}}
Date - {{$i->created_at->format('d-m-y h:m a')}}
@if($i->invc != 0 )
chevron_right
@endif
@endforeach