@extends('layouts.sidebar') @section('content')

Edit Pages

@csrf @foreach($pages as $page)

{{str_replace('"', "", EnvEditor::getKey('TITLE_FOOTER_TERMS'))}}


{{str_replace('"', "", EnvEditor::getKey('TITLE_FOOTER_PRIVACY'))}}


{{str_replace('"', "", EnvEditor::getKey('TITLE_FOOTER_CONTACT'))}}


@endforeach
@endsection