@extends('layouts.back-end.app-seller') @section('title', translate('restock_product_List')) @section('content')
{{ translate('SL') }} | {{ translate('product_name') }} | {{ translate('selling_price') }} | {{ translate('last_request_date') }} | {{ translate('number_of_request') }} | {{ translate('action') }} |
---|---|---|---|---|---|
{{ ++$key }} |
{{ translate('Variant:') }} {{ $restockProduct['variant'] }} @endif |
{{setCurrencySymbol(amount: usdToDefaultCurrency(amount: $restockProduct->product['unit_price'] ?? 0), currencyCode: getCurrencyCode()) }} | {{ $restockProduct->updated_at->format('d F Y, h:i A') }} | {{ $restockProduct?->restockProductCustomers?->count() ?? 0 }} |