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