{!! config('app.footer_text') !!} {{ config('app.name') }}, {{ __('locale.labels.all_rights_reserved') }} @php $hasPrivacyPolicy = !empty(config('app.privacy_policy')); $hasTermsOfUse = !empty(config('app.terms_of_use')); @endphp @if($hasPrivacyPolicy || $hasTermsOfUse) @if($hasTermsOfUse) {{ __('locale.labels.terms_of_use') }} @endif @if($hasPrivacyPolicy) {{ __('locale.labels.privacy_policy') }} @endif @endif