@extends('layouts.landing') @section('title', 'Add Terms of use') @section('content')
@include('elements.settings-menu')
Add Terms of use
@csrf
terms_status == 1 ? 'checked' : ''}}>
@include('elements.edit-page') @endsection