@extends($activeTemplate . 'layouts.frontend') @section('content')
@lang('By submitting your videos to ' . gs('site_name') . ', you acknowledge that you agree to ' . gs('site_name')) @if (gs('agree')) @php $policyPages = getContent('policy_pages.element', false, orderById: true); @endphp @foreach ($policyPages as $policy) {{ __($policy->data_values->title) }} @if (!$loop->last) , @endif @endforeach @endif @lang('Please be sure not to violate others copyright or privacy rights').
@endif