@extends('layouts.account', ['title' => __('tnc.title')])
@section('content')
{{ __('tnc.title') }}
{{ __('tnc.last_updated') }} {{ __('tnc.last_updated_date') }}
{{ __('tnc.welcome') }}
{{ __('tnc.overview_title') }}
{{ __('tnc.overview_content') }}
{{ __('tnc.overview_additional') }}
{{ __('tnc.use_title') }}
{{ __('tnc.use_content') }}
{{ __('tnc.use_restriction_title') }}
@foreach(__('tnc.use_restrictions') as $restriction)
- {{ $restriction }}
@endforeach
{{ __('tnc.ordering_title') }}
{{ __('tnc.ordering_content') }}
@foreach(__('tnc.ordering_restrictions') as $restriction)
- {{ $restriction }}
@endforeach
{{ __('tnc.payments_title') }}
{{ __('tnc.payments_content') }}
{{ __('tnc.user_conduct_title') }}
{{ __('tnc.user_conduct_content') }}
{{ __('tnc.intellectual_property_title') }}
{{ __('tnc.intellectual_property_content') }}
{{ __('tnc.third_party_links_title') }}
{{ __('tnc.third_party_links_content') }}
{{ __('tnc.disclaimer_title') }}
{{ __('tnc.disclaimer_content') }}
{{ __('tnc.limitation_title') }}
{{ __('tnc.limitation_content') }}
{{ __('tnc.agreement_title') }}
{{ __('tnc.agreement_content') }}
{{ __('tnc.agreement_additional') }}
{{ __('tnc.contact_title') }}
{{ __('tnc.contact_content') }}
{{ __('tnc.help_text') }} {{ __('tnc.help_link') }}
{{ __('tnc.helpful_question') }}
@endsection
@section('scripts')
@endsection