@extends('front.layouts.master') @section('seo_title', $global_other_page_items->page_terms_seo_title) @section('seo_meta_description', $global_other_page_items->page_terms_seo_meta_description) @section('content') {{ $global_other_page_items->page_terms_title }} {{ __('Home') }} {{ $global_other_page_items->page_terms_title }} {!! clean($global_other_page_items->page_terms_content) !!} @endsection