@section('site_title', formatTitle([__('Legal'), __('Settings'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Settings')], ]])

{{ __('Legal') }}

{{ __('Legal') }}
@include('shared.message')
@csrf
@if ($errors->has('legal_terms_url')) {{ $errors->first('legal_terms_url') }} @endif
@if ($errors->has('legal_privacy_url')) {{ $errors->first('legal_privacy_url') }} @endif
@if ($errors->has('legal_cookie_url')) {{ $errors->first('legal_cookie_url') }} @endif