@extends('layouts.admin') @section('content')
| Sr.No | Image | Title | Type | Description | Worn Days | Price | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $ad->title }} | {{ $ad->type }} | {{ $ad->description }} | {{ $ad->worn_days }} | ${{ $ad->price }} | Pending | Approve | |
|
No Pending Products |
||||||||
| Sr.No | Image | Title | Type | Description | Worn Days | Price | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $ad->title }} | {{ $ad->type }} | {{ $ad->description }} | {{ $ad->worn_days }} | ${{ $ad->price }} | Approved | ||
|
No Approved Products |
||||||||