| SL |
Image |
Title |
RP |
DP |
Stock |
Brand |
Status |
Action |
@foreach ($products as $key => $data)
| {{ $key + 1 }} |
|
{{ $data->title }} |
{{ $data->regular_price }} |
{{ $data->discount_price }} |
{{ $data->quantity }}
@if ($data->quantity > 0)
Available
@else
Unavailable
@endif
|
{{ $data->brand->name ?? '' }} |
@if ($data->status)
Active
@else
Disable
@endif
|
@if ($data->status)
@else
@endif
@if (auth()->user()->desig != 3)
@endif
|
@endforeach
| SL |
Image |
Title |
RP |
DP |
Stock |
Brand |
Status |
Action |
{{ $products->firstItem() }} - {{ $products->lastItem() }} of {{ $products->total() }} results
{{-- {{ $products->total() }} --}}