@extends('layouts.app') @section('title') Did You Know? @endsection @section('content')

{{ translate(get_setting('did_you_know_heading')) }}

{{ translate(get_setting('did_you_know_title')) }}

@if(get_setting('show_mortgage_product_service') == 'on')

{{ translate('Mortgage Products And Services:') }}

@foreach ($mortgage_product as $item)
@endforeach
@endif @if(get_setting('show_important_document') == 'on')

{{ translate('Important Documents:') }}

@foreach ($important_document as $item)
@endforeach
@endif @if(get_setting('show_important_detail') == 'on')

{{ translate('Important Details:') }}

@foreach ($important_detail as $item)
@endforeach
@endif
@endsection @section('script') @endsection