@extends('frontend.layouts.master') @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')

{{ getSessionLanguage() == 'en'?'Application Forms':'نماذج الطلبات'; }}

{{ getSessionLanguage() == 'en'?'CRS':'CRS'; }}

{{ getSessionLanguage() == 'en'?'DDS ( Direct Debit System )':'نموذج نظام الخصم المباشر'; }}

@include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection