@extends('layouts.app') @section('site_title', formatTitle([__('Legal'), __('Settings'), config('settings.title')])) @section('content')
@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 {{ __('The URL of the page that contains the website\'s terms of service.') }}
@if ($errors->has('legal_privacy_url')) {{ $errors->first('legal_privacy_url') }} @endif {{ __('The URL of the page that contains the website\'s privacy policy.') }}
@if ($errors->has('legal_cookie_url')) {{ $errors->first('legal_cookie_url') }} @endif {{ __('The URL of the page that contains the website\'s cookie policy.') }}
@endsection @include('shared.sidebars.admin')