@extends('frontend.layouts.master') @section('meta_title', $customPage?->title . ' || ' . $setting->app_name) @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents') @if($customPage?->slug == 'privacy-policy' || $customPage?->slug == 'terms-conditions' || $customPage?->slug == 'terms-of-use') @elseif($customPage?->slug == 'vision-mission') @else @endif {{ __('Home') }} {{ $customPage?->title }} {{ $customPage?->title }} {!! replaceImageSources($customPage?->description) !!} @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection