{{ __("cfp.ProductSale") }}
@include('cfp.components.error_alert')
| ID | {{ __("cfp.Name") }} | {{ __("cfp.Description") }} | {{ __("cfp.Amount") }} | {{ __("cfp.Price") }} | {{ __("cfp.Methods") }} | {{ __("cfp.Actions") }} |
|---|---|---|---|---|---|---|
| {{ $product->PID }} | {{ $product->NAME }} | {{ $product->DESCRIPTION }} | {{ number_format($product->ZP_AMMOUNT) }} ZP | {{ __("common._money.sign") }} {{ number_format($product->PRICE, 2) }} | @foreach (explode("|", $product->PAY_METHODS_AVAILABLE) as $item) @if (!$loop->last) {{ $item }}, @else {{ $item }} @endif @endforeach | |
| {{ __("cfp.NoRegisterNewProduct") }}. | ||||||