@extends('admin.layouts.app') @section('title',Request()->settings->settings_website.' | Settings') @section('contents')

Website Settings

@csrf
Website Information

Provide the information below

@if($errors->has('settings_website'))
{{ $errors->first('settings_website') }}
@endif
@if($errors->has('settings_email'))
{{ $errors->first('settings_email') }}
@endif
@if($errors->has('settings_email2'))
{{ $errors->first('settings_email2') }}
@endif
@if($errors->has('settings_phone'))
{{ $errors->first('settings_phone') }}
@endif
@if($errors->has('settings_phone2'))
{{ $errors->first('settings_phone2') }}
@endif
@if(!empty(Request()->settings->settings_nimage)) @else @endif
@if(!empty(Request()->settings->settings_cimage)) @else @endif
@if($errors->has('settings_address'))
{{ $errors->first('settings_address') }}
@endif
Social Networks

Please enter the social networks details

@if($errors->has('settings_facebook'))
{{ $errors->first('settings_facebook') }}
@endif
@if($errors->has('settings_twitter'))
{{ $errors->first('settings_twitter') }}
@endif
@if($errors->has('settings_instagram'))
{{ $errors->first('settings_instagram') }}
@endif
@if($errors->has('settings_youtube'))
{{ $errors->first('settings_youtube') }}
@endif
@if($errors->has('settings_threads'))
{{ $errors->first('settings_threads') }}
@endif
@if($errors->has('settings_whatsapp'))
{{ $errors->first('settings_whatsapp') }}
@endif
@if($errors->has('settings_telegram'))
{{ $errors->first('settings_telegram') }}
@endif
Logo

Provide the logo below

@if(!empty(Request()->settings->settings_favicon)) @else @endif
@if(!empty(Request()->settings->settings_logo)) @else @endif
@if(!empty(Request()->settings->settings_wlogo)) @else @endif
@endsection @section('custom_script') @endsection