@extends('frontend.layouts.master') @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents') {{ __('Home') }} {{ __('Debt Management') }} {{ __('Debt Management') }} {!! replaceImageSources($debtManagement1?->description) !!} {!! replaceImageSources($debtManagement2?->description) !!} @include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection