@php if ($settings->redirect_url != null or !empty($settings->redirect_url)) { header("Location: $settings->redirect_url", true, 301); exit(); } @endphp @extends('layouts.base') @section('title', 'Terms and Privacy And Policy') @section('styles') @parent @endsection @inject('content', 'App\Http\Controllers\FrontController') @section('content') Terms and Privacy Policy {{ $settings->site_name }} Privacy and policy {!! $terms->description !!} @endsection @section('scripts') @parent @endsection