@extends('frontend.layouts.master') @section('meta_title', $seo_setting['pricing_page']['seo_title']) @section('meta_description', $seo_setting['pricing_page']['seo_description']) @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents') {{ __('Home') }} {{ __('ATM & Branches') }} {{ __('ATM & Branches') }} {!! replaceImageSources($atm?->description) !!} @include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection