@extends('frontend.layouts.master') @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents') {{ __('Home') }} {{ __('Key Facts Statement') }} {{ __('Key Facts Statement') }} {{ getSessionLanguage() == 'en'?'Key Facts Statement':'بيان الحقائق الرئيسية'; }} {{ getSessionLanguage() == 'en'?'Fixed Term Deposit Individual':'الوديعة الثابتة للأفراد'; }} {{ getSessionLanguage() == 'en'?'Current Account Individual':'حساب جاري فردي'; }} {{ getSessionLanguage() == 'en'?'Overdraft Individual':'سحب على المكشوف فردي'; }} {{ getSessionLanguage() == 'en'?'Personal Loan':'قرض شخصي'; }} {{ getSessionLanguage() == 'en'?'Saving Account Individual':'حساب التوفير الفردي'; }} {{ getSessionLanguage() == 'en'?'WPS Current Individual':'التحويل الفردي الحالي لوضع WPS'; }} {{ getSessionLanguage() == 'en'?'Qardh Al-Hassaneh':'القرض الحسن'; }} @include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection