@extends('front.layouts.master') @section('seo_title', $global_other_page_items->page_privacy_seo_title) @section('seo_meta_description', $global_other_page_items->page_privacy_seo_meta_description) @section('content') {{ $global_other_page_items->page_privacy_title }} {{ __('Home') }} {{ $global_other_page_items->page_privacy_title }} {!! clean($global_other_page_items->page_privacy_content) !!} @endsection