View Savings Product
@foreach ($tFirst as $key1 => $value1)
| {{$key1}} |
@endforeach
|
@foreach ($tFirst as $key1 => $value1)
@if (empty($value1) || is_null($value1))
| - |
@else
| {{$value1}} |
@endif
@endforeach
|
|
@foreach ($tSecond as $key2 => $value2)
| {{$key2}} |
@endforeach
|
{{--{{dd($tSecond)}}--}}
@foreach ($tSecond as $key2 => $value2)
@if (empty($value2) || is_null($value2))
| - |
@else
| {{$value2}} |
@endif
@endforeach
|
|
@if ($product->depositTypeIdFk == 3 || $product->depositTypeIdFk == 4 || $product->depositTypeIdFk == 6) {{-- Case of DPS or FDR- or Musharaka-}}
{{--DPS Configuration--}}
@include('microfin.savings.product.dps.config')
{{--DPS Closing Interest--}}
@include('microfin.savings.product.dps.closing-interest')
@endif
Warning: Undefined variable $product in
/home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/savings/product/showSavingsProductDetails.blade.php on line
131
Warning: Attempt to read property "depositTypeIdFk" on null in
/home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/savings/product/showSavingsProductDetails.blade.php on line
131
Warning: Undefined variable $product in
/home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/savings/product/showSavingsProductDetails.blade.php on line
131
Warning: Attempt to read property "depositTypeIdFk" on null in
/home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/savings/product/showSavingsProductDetails.blade.php on line
131