{{$col['title']}} | @endforeach||||||
---|---|---|---|---|---|---|
{!! $prod[0] !!} |
@else
@foreach ($prod as $k => $p)
@if(is_numeric($p)) @if(str_contains(strtolower($cols[$k]['title']), 'prix') || str_contains(strtolower($cols[$k]['title']), 'cmup')) {!! number_format($p, 2, ',', ' ') !!}Ar @elseif(str_contains(strtolower($cols[$k]['title']), 'stock')) {!! number_format($p, 2, ',', ' ') !!} @endif @else {!! $p !!} @endif | @endforeach @endif