@extends('layouts.back-end.app') @section('title', translate('deal_Product')) @section('content')
{{ translate('SL')}} | {{ translate('image')}} | {{ translate('name')}} | {{ translate('shop')}} | {{ translate('price')}} | {{ translate('action')}} |
---|---|---|---|---|---|
{{$dealProducts->firstitem() + $key}} |
|
{{$product['name']}} | @if($product->added_by == 'admin') {{ $companyName }} @else {{$product?->seller?->shop['name'] ?? translate('shop_not_found').'!!!'}} @endif | {{setCurrencySymbol(usdToDefaultCurrency(amount: $product['unit_price']))}} |