@extends('layout.layout') @section('content')
S.L | Name English | Name Arabic | Price | Action |
---|---|---|---|---|
{{ $products->firstItem() + $index }} | {{ $item->name_en }} | {{ $item->name_ar }} | {{ $item->price }} |
@if ($item->slug != 'demo' && $item->slug != 'test')
{{-- --}}
@endif
@if ($item->slug == 'demo' || $item->slug == 'test')
@endif
{{-- --}}
|
No products found. |