@extends('layouts.admin') @section('title', 'InstaKart Item Approvals') @section('header', 'InstaKart Item Approvals') @section('content')
| Item | Store | Category | Price | Decision |
|---|---|---|---|---|
| {{ $item->name }} {{ Str::limit($item->description, 70) }} |
{{ $item->restaurant?->name }} | {{ $item->category?->name ?? 'Uncategorised' }} | {{ \App\Models\AppSetting::getValue('currency_symbol', '₹') }}{{ number_format((float) $item->price, 2) }} | |
| No InstaKart items are waiting for approval. | ||||