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

{{ __('Contact') }}

{{ __('Contact') }}
@include('shared.message')
@csrf
@if ($errors->has('contact_form')) {{ $errors->first('contact_form') }} @endif
@if ($errors->has('contact_email')) {{ $errors->first('contact_email') }} @endif
@if ($errors->has('contact_phone')) {{ $errors->first('contact_phone') }} @endif
@if ($errors->has('contact_address')) {{ $errors->first('contact_address') }} @endif
{{ __('Social') }}

@if ($errors->has('social_facebook')) {{ $errors->first('social_facebook') }} @endif
@if ($errors->has('social_x')) {{ $errors->first('social_x') }} @endif
@if ($errors->has('social_instagram')) {{ $errors->first('social_instagram') }} @endif
@if ($errors->has('social_youtube')) {{ $errors->first('social_youtube') }} @endif
@if ($errors->has('social_linkedin')) {{ $errors->first('social_linkedin') }} @endif
@if ($errors->has('social_github')) {{ $errors->first('social_github') }} @endif
@if ($errors->has('social_discord')) {{ $errors->first('social_discord') }} @endif
@if ($errors->has('social_reddit')) {{ $errors->first('social_reddit') }} @endif
@if ($errors->has('social_tiktok')) {{ $errors->first('social_tiktok') }} @endif
@if ($errors->has('social_threads')) {{ $errors->first('social_threads') }} @endif
@if ($errors->has('social_tumblr')) {{ $errors->first('social_tumblr') }} @endif
@if ($errors->has('social_pinterest')) {{ $errors->first('social_pinterest') }} @endif