@extends('layouts.app', ['title' => trans('urlhum.termsofuse')]) @section('content')

{{ __('urlhum.termsofuse') }}

{!! nl2br(setting('terms_of_use')) !!}
@include('layouts.footers.auth')
@endsection @push('js') @endpush