@extends('frontend.layouts.app') @section('title') Product Campare @endsection @section('content')
@foreach ($products as $index => $product)
{{-- {{ chr(65 + $index) }} --}} bank-logo
{{$product->bank->name}}
Fix Rate {!! $product->interest_rate_desc !!}
Follow on Rate {!! $product->follow_on_rate_details !!}
Islamic / Conventional {!! $product->mortgage_types_display !!}
Loan To Value {{ is_null($product->loan_to_value) ? '0%' : $product->loan_to_value .'%' }}
Pre-approval Fee {!! $product->bank_pre_approval_application_fee_int !!}
Processing Fees {!! $product->bank_processing_fee_desc !!}
Valuation Fee {!! $product->property_valuation_fee_desc !!}
Life Insurance {!! $product->life_insurance !!}
Repayment Schedule Monthly
Insurance {!! $product->property_insurance !!}
Early Settlement Fee {!! $product->early_settelment_fee !!}
@endforeach
@include('frontend.partials.offer_generate_modal') @endsection @section('script') @endsection