@if ($message = Session::get('success'))
@endif
@if ($message = Session::get('error'))
| CATEGORY |
QUESTION |
ANSWER |
|
@if(count($frequentlyAskedQuestion) > 0)
@foreach($frequentlyAskedQuestion as $faq)
| {{$faq->categories->name ?? 'NA'}} |
{{$faq->question}} |
{{$faq->answer}} |
|
@endforeach
@else
|
No FAQ Available !
|
@endif
| Improvement Area
|
GLAD Commission % |
Farmer Participation |
Maximum Repayment Months |
Max Loan Limit |
|
@foreach($improvementAreas as $key=>$impArea)
|
{{ucfirst($impArea->name ?? 0)}} |
{{number_format($impArea->glad_commission_perc
?? 0 ,2)}} |
{{number_format($impArea->farmer_part_perc ??
0,2)}} |
{{number_format($impArea->min_repay_months ??
0,2)}} |
{{number_format($impArea->max_loan_limit ??
0,2)}} |
|
@endforeach
{{ $testimonials->appends(request()->input())->links('partials.pagination') }}
@foreach ($categories as $category)
@if ($category->type !== 'training')
@continue
@endif
{{ $category->name
}}
@endforeach
@foreach ($categories as $category)
@if ($category->type !== 'news_and_events')
@continue
@endif
{{ $category->name
}}
@endforeach
@foreach ($categories as $category)
@if ($category->type !== 'faq')
@continue
@endif
{{$category->name}}
@endforeach
@foreach ($categories as $category)
@if ($category->type !== 'custom_loan')
@continue
@endif
{{$category->name
}}
@endforeach