@extends('layouts.default') @section('title') {{$tenant_setting->terms_title ?? 'Terms of use'}} @endsection @section('content')

{{$tenant_setting->terms_title ?? 'Terms of use'}}

{!! $tenant_setting->terms_content ?? "These are the terms and conditions that governs the use of our services" !!}

@endsection