Processing...
{{-- --}} {{-- --}} @foreach ($products as $product) {{-- --}} {{-- --}} @endforeach
ID Title PublishedUse global keywords
and description
Keywords Has Formular Price Ordered Currently in stock Description Action
{{ $loop->iteration }} {{ Str::words($product->title, 5, '... ') }} {{ Str::words($product->keywords, 5,'... ') }} @if($product->formular) View Questionnaire @endif ${{$product->price}} {{$product->order_products_sum_quantity()}} {{$product->stock - $product->order_products_sum_quantity()}} {{ Str::words($product->description, 5,'... ') }}
{{ $products->onEachSide(3)->links('custom-pagination-links-view') }}
@push('modals')