{{__('All Products listing')}}
ID | Title | Priority | Category | Brand | Status | Date | Action |
---|---|---|---|---|---|---|---|
{{$k+1}} | {{$datas->title}} | {{$datas->priority}} | {{categoryTitle($datas->category_id)}} | {{brandTitle($datas->brand_id)}} | @if($datas->status=='1') Activated @else De-Activated @endif | {{ dateConvertFormat($datas->created_at) }} | Edit Delete |
{{__('No record found')}} |