@extends('backend.layouts.app') @section('content')
# | {{translate('Name')}} | {{translate('Added By')}} | {{translate('Photo')}} | {{translate('Base Price')}} | {{translate('Todays Deal')}} | {{translate('Published')}} | {{translate('Featured')}} | {{translate('Options')}} |
---|---|---|---|---|---|---|---|---|
{{ ($key+1) + ($products->currentPage() - 1)*$products->perPage() }} | {{ $product->getTranslation('name') }} | {{ ucfirst($product->added_by) }} |
|
{{ number_format($product->unit_price,2) }} |