@extends('layouts.app') @section('content')

Others

{{--
--}}
@if ($message = Session::get('success'))
{{ session('success') }}
@endif @if ($message = Session::get('error'))
{{ session('error') }}
@endif
@if(@$faqData->id)
@else @endif @csrf
@if(@$faqData->id) @else @endif
@if(count($frequentlyAskedQuestion) > 0) @foreach($frequentlyAskedQuestion as $faq) @endforeach @else @endif
CATEGORY QUESTION ANSWER
{{$faq->categories->name ?? 'NA'}} {{$faq->question}} {{$faq->answer}}
No FAQ Available !
@foreach($improvementAreas as $key=>$impArea) @endforeach
Improvement Area GLAD Commission % Farmer Participation Maximum Repayment Months Max Loan Limit
{{ isset($impArea->image) ? $impArea->image : '' }}
{{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)}}
{{ $testimonials->appends(request()->input())->links('partials.pagination') }}

MSP

@if(isset($milkMsp)) @foreach($milkMsp as $key=>$msp) @endforeach @endif
@csrf
@foreach ($categories as $category) @if ($category->type !== 'training') @continue @endif {{ $category->name }} @endforeach
@csrf
@foreach ($categories as $category) @if ($category->type !== 'news_and_events') @continue @endif {{ $category->name }} @endforeach
@csrf
@foreach ($categories as $category) @if ($category->type !== 'faq') @continue @endif {{$category->name}} @endforeach
@csrf
@foreach ($categories as $category) @if ($category->type !== 'custom_loan') @continue @endif {{$category->name }} @endforeach
@csrf
@endsection @section('scripts') @endsection