@extends('frontend.layouts.master') @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents') {{ __('Home') }} {{ __('FATCA & CSR') }} {{ __('FATCA & CSR') }} {{ $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