Product Short Name | Product Name | Description | Associated Charges | Actions | |||
---|---|---|---|---|---|---|---|
{{ $product->short_name }} |
{{ $product->product_name }} |
{{ Str::limit($product->description, 50) }} |
@if($product->charges && $product->charges->count() > 0)
@foreach($product->charges->take(3) as $charge)
{{ Str::limit($charge->name, 15) }}
@if($charge->format === 'rate')
{{ formatAmount($charge->amount) }}%
@else
{{ formatCurrencyDecimals($charge->amount) }}
@endif
@endforeach
@if($product->charges->count() > 3)
+{{ $product->charges->count() - 3 }} more
@endif
@else
No charges
@endif
| ||||
No Loan Products FoundGet started by creating your first loan product. |