@extends('frontend.layouts.master') @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')
{{ getSessionLanguage() == 'en'?'The International Bank Account Number (IBAN) is an international standard for identifying bank accounts across national borders in a way that would minimize the risk of propagating transcription errors. IBAN is an expanded version of the Bank Account Number used internationally to uniquely identify the account of a customer at a financial institution.':'رقم الحساب المصرفي الدولي (IBAN) هو معيار دولي لتحديد الحسابات المصرفية عبر الحدود الوطنية بطريقة تقلل من مخاطر أخطاء النسخ أو الإدخال. الآيبان هو نسخة موسعة من رقم الحساب المصرفي تُستخدم دوليًا لتحديد حساب العميل في المؤسسة المالية بشكل فريد.'; }}

{{ getSessionLanguage() == 'en'?'Generate IBAN for Bank Saderat Iran UAE':'توليد رقم الآيبان لبنك صادرات إيران – الإمارات'; }}

{{ getSessionLanguage() == 'en'?'Enter Your Account Number':'أدخل رقم حسابك'; }}

{{ getSessionLanguage() == 'en'?'Your IBAN is:':'رقم الآيبان الخاص بك هو:'; }}

{!! replaceImageSources($iban?->description) !!}
@include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection