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

{{ $fatca->translation->title }}

{!! replaceImageSources($fatca?->description) !!}

{{ $csr->translation->title }}

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