@extends('socialite::layouts.admin') @section('content')

{{ trans('socialite::common.website_settings') }}

@if(session()->has('messages'))
{{ session()->get('messages') }}
@endif @include('flash::message')
{{ csrf_field() }}
{{ Form::label('site_name', trans('socialite::admin.site_name')) }} {{ Form::text('site_name', Setting::get('site_name', 'Socialite'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.site_name') )) }}
{{ Form::label('site_title', trans('socialite::admin.site_title')) }} {{ Form::text('site_title', Setting::get('site_title', 'Socialite'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.site_title'))) }}
{{ Form::label('logo', trans('socialite::admin.change_logo')) }} {{ Form::file('logo', array('id' => 'logo')) }}
{{ Form::label('favicon', trans('socialite::admin.change_favicon')) }} {{ Form::file('favicon', array('id' => 'favicon', 'accept' => 'image/jpeg,image/png,image/gif,image/ico')) }}
Socialite favicon
{{ Form::label('support_email', trans('socialite::admin.support_mail')) }} {{ Form::email('support_email', Setting::get('support_email', 'admin@socialite.com'), array('class' => 'form-control' ,'placeholder' => 'admin@socialite.com')) }}
{{ Form::label('noreply_email', trans('socialite::admin.no_reply_mail')) }} {{ Form::email('noreply_email', Setting::get('noreply_email', 'noreply@socialite.com'), array('class' => 'form-control' ,'placeholder' => 'noreply@socialite.com')) }}
{{ Form::label('language', trans('socialite::admin.default_language')) }} {{ Form::select('language', $language_options, Setting::get('language'), array('class' => 'form-control col-sm-6')) }}
{{ Form::label('site_tagline', trans('socialite::admin.site_tagline')) }} {{ Form::text('site_tagline', Setting::get('site_tagline'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.site_tagline'))) }}
{{ Form::label('min_items_page', trans('socialite::admin.min_items_per_page')) }} {{ Form::number('min_items_page', Setting::get('min_items_page', '5') , array('class' => 'form-control', 'placeholder' => '10')) }}
{{ trans('socialite::admin.min_items_per_page_text') }}
{{ Form::label('items_page', trans('socialite::admin.items_per_page')) }} {{ Form::number('items_page', Setting::get('items_page', '10') , array('class' => 'form-control', 'placeholder' => '10')) }}
{{ trans('socialite::admin.items_per_page_text') }}
{{ Form::label('site_url', trans('socialite::admin.website_url')) }} {{ Form::text('site_url', Setting::get('site_url'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.website_url'))) }}
{{ Form::label('enable_rtl', trans('socialite::admin.enable_rtl')) }} {{ Form::select('enable_rtl', array('on' => trans('socialite::admin.on'), 'off' => trans('socialite::admin.off')), Setting::get('enable_rtl', 'on') , ['class' => 'form-control', 'placeholder' => trans('socialite::admin.please_select')]) }}
{{ Form::label('contact_text', trans('socialite::admin.contact_text')) }} {{ Form::textarea('contact_text', Setting::get('contact_text'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.contact_help_text'), 'rows' => '5')) }}
{{ Form::label('address_on_mail', trans('socialite::admin.address_on_mail')) }} {{ Form::textarea('address_on_mail', Setting::get('address_on_mail'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.address_on_mail_text'), 'rows' => '5')) }}
{{ Form::label('meta_description', trans('socialite::admin.meta_description')) }} {{ Form::textarea('meta_description', Setting::get('meta_description'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.meta_description_placeholder'), 'rows' => '5')) }}
{{ Form::label('meta_keywords', trans('socialite::admin.meta_keywords')) }} {{ Form::textarea('meta_keywords', Setting::get('meta_keywords'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.meta_keywords_placeholder'), 'rows' => '5')) }}
{{ Form::label('censored_words', trans('socialite::admin.censored_words')) }} {{ Form::text('censored_words', Setting::get('censored_words'), array('class' => 'form-control add_selectize', 'placeholder' => 'racist, retard')) }}
{{ trans('socialite::admin.censored_words_text') }}
{{ Form::label('enable_browse', trans('socialite::admin.enable_browse')) }} {{ Form::select('enable_browse', array('on' => trans('socialite::admin.on'), 'off' => trans('socialite::admin.off')), Setting::get('enable_browse', 'on') , ['class' => 'form-control', 'placeholder' => trans('socialite::admin.please_select')]) }}
{{ Form::label('google_analytics', trans('socialite::admin.google_analytics')) }} {{ Form::textarea('google_analytics', Setting::get('google_analytics'), array('class' => 'form-control', 'rows' => '5')) }}
{{ Form::label('title_seperator', trans('socialite::admin.add_title_seperator')) }} {{ Form::text('title_seperator', Setting::get('title_seperator'), array('class' => 'form-control','placeholder' => trans('socialite::admin.title_seperator_placeholder'))) }}

{{ trans('socialite::admin.fields_on_registration') }}


{{ Form::label('mail_verification', trans('socialite::admin.mail_verification')) }} {{ Form::select('mail_verification', array('on' => trans('socialite::admin.on'), 'off' => trans('socialite::admin.off')), Setting::get('mail_verification', 'on') , ['class' => 'form-control', 'placeholder' => trans('socialite::admin.please_select')]) }}
{{ Form::label('city', trans('socialite::admin.city_register')) }} {{ Form::select('city', array('on' => trans('socialite::admin.on'), 'off' => trans('socialite::admin.off')), Setting::get('city', 'on') , ['class' => 'form-control', 'placeholder' => trans('socialite::admin.please_select')]) }}
{{ Form::label('birthday', trans('socialite::common.birthday')) }} {{ Form::select('birthday', array('on' => trans('socialite::admin.on'), 'off' => trans('socialite::admin.off')), Setting::get('birthday', 'on') , ['class' => 'form-control', 'placeholder' => trans('socialite::admin.please_select')]) }}
{{ Form::label('captcha', trans('socialite::admin.captcha_register')) }} {{ Form::select('captcha', array('on' => trans('socialite::admin.on'), 'off' => trans('socialite::admin.off')), Setting::get('captcha', 'on') , ['class' => 'form-control', 'placeholder' => trans('socialite::admin.please_select')]) }}

{{ trans('socialite::admin.footer_Settings') }}


{{ Form::label('footer_languages', trans('socialite::admin.enable_languages_list')) }} {{ Form::select('footer_languages', array('on' => trans('socialite::admin.on'), 'off' => trans('socialite::admin.off')), Setting::get('footer_languages', 'on') , ['class' => 'form-control', 'placeholder' => trans('socialite::admin.please_select')]) }}

{{ trans('socialite::admin.social_settings') }}


{{ Form::label('youtube_link', trans('socialite::admin.youtube_link')) }}
{{ Form::text('youtube_link', Setting::get('youtube_link'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.youtube_link'))) }}
{{ Form::label('facebook_link', trans('socialite::admin.facebook_link')) }}
{{ Form::label('twitter_link', trans('socialite::admin.twitter_link')) }}
{{ Form::label('linkedin_link', trans('socialite::admin.linkedin_link')) }}
{{ Form::text('linkedin_link', Setting::get('linkedin_link'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.linkedin_link'))) }}
{{ Form::label('instagram_link', trans('socialite::admin.instagram_link')) }}
{{ Form::text('instagram_link', Setting::get('instagram_link'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.instagram_link'))) }}
{{ Form::label('dribbble_link', trans('socialite::admin.dribbble_link')) }}
{{ Form::text('dribbble_link', Setting::get('dribbble_link'), array('class' => 'form-control', 'placeholder' => trans('socialite::admin.dribbble_link'))) }}
{{ Form::submit(trans('socialite::common.save_changes'), ['class' => 'btn btn-success']) }}
@include('flash::message')
{{ csrf_field() }}
{{ Form::label('home_welcome_message', trans('socialite::common.home_welcome_message')) }} {{ Form::text('home_welcome_message', Setting::get('home_welcome_message'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_welcome_message_text'))) }}
{{ Form::label('home_widget_one', trans('socialite::common.home_widget_one')) }} {{ Form::textarea('home_widget_one', Setting::get('home_widget_one'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_widget_one_text'), 'rows' => '5')) }}
{{ Form::label('home_widget_two', trans('socialite::common.home_widget_two')) }} {{ Form::textarea('home_widget_two', Setting::get('home_widget_two'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_widget_two_text'), 'rows' => '5')) }}
{{ Form::label('home_widget_three', trans('socialite::common.home_widget_three')) }} {{ Form::textarea('home_widget_three', Setting::get('home_widget_three'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_widget_three_text'), 'rows' => '5')) }}
{{ Form::label('home_list_heading', trans('socialite::common.home_list_heading')) }} {{ Form::text('home_list_heading', Setting::get('home_list_heading'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_list_heading_text'))) }}
Please select icons and copy paste the icon code from Font Awesome website.
{{ Form::label('home_feature_one_icon', trans('socialite::common.home_feature_one_icon')) }} {{ Form::text('home_feature_one_icon', Setting::get('home_feature_one_icon'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_one_icon_text'))) }}
{{ Form::label('home_feature_one', trans('socialite::common.home_feature_one')) }} {{ Form::text('home_feature_one', Setting::get('home_feature_one'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_one_text'))) }}
{{ Form::label('home_feature_two_icon', trans('socialite::common.home_feature_two_icon')) }} {{ Form::text('home_feature_two_icon', Setting::get('home_feature_two_icon'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_two_icon_text'))) }}
{{ Form::label('home_feature_two', trans('socialite::common.home_feature_two')) }} {{ Form::text('home_feature_two', Setting::get('home_feature_two'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_two_text'))) }}
{{ Form::label('home_feature_three_icon', trans('socialite::common.home_feature_three_icon')) }} {{ Form::text('home_feature_three_icon', Setting::get('home_feature_three_icon'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_three_icon_text'))) }}
{{ Form::label('home_feature_three', trans('socialite::common.home_feature_three')) }} {{ Form::text('home_feature_three', Setting::get('home_feature_three'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_three_text'))) }}
{{ Form::label('home_feature_four_icon', trans('socialite::common.home_feature_four_icon')) }} {{ Form::text('home_feature_four_icon', Setting::get('home_feature_four_icon'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_four_icon_text'))) }}
{{ Form::label('home_feature_four', trans('socialite::common.home_feature_four')) }} {{ Form::text('home_feature_four', Setting::get('home_feature_four'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_four_text'))) }}
{{ Form::label('home_feature_five_icon', trans('socialite::common.home_feature_five_icon')) }} {{ Form::text('home_feature_five_icon', Setting::get('home_feature_five_icon'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_five_icon_text'))) }}
{{ Form::label('home_feature_five', trans('socialite::common.home_feature_five')) }} {{ Form::text('home_feature_five', Setting::get('home_feature_five'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_five_text'))) }}
{{ Form::label('home_feature_six_icon', trans('socialite::common.home_feature_six_icon')) }} {{ Form::text('home_feature_six_icon', Setting::get('home_feature_six_icon'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_six_icon_text'))) }}
{{ Form::label('home_feature_six', trans('socialite::common.home_feature_six')) }} {{ Form::text('home_feature_six', Setting::get('home_feature_six'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_six_text'))) }}
{{ Form::label('home_feature_seven_icon', trans('socialite::common.home_feature_seven_icon')) }} {{ Form::text('home_feature_seven_icon', Setting::get('home_feature_seven_icon'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_seven_icon_text'))) }}
{{ Form::label('home_feature_seven', trans('socialite::common.home_feature_seven')) }} {{ Form::text('home_feature_seven', Setting::get('home_feature_seven'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_seven_text'))) }}
{{ Form::label('home_feature_eight_icon', trans('socialite::common.home_feature_eight_icon')) }} {{ Form::text('home_feature_eight_icon', Setting::get('home_feature_eight_icon'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_eight_icon_text'))) }}
{{ Form::label('home_feature_eight', trans('socialite::common.home_feature_eight')) }} {{ Form::text('home_feature_eight', Setting::get('home_feature_eight'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_eight_text'))) }}
{{ Form::label('home_feature_nine_icon', trans('socialite::common.home_feature_nine_icon')) }} {{ Form::text('home_feature_nine_icon', Setting::get('home_feature_nine_icon'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_nine_icon_text'))) }}
{{ Form::label('home_feature_nine', trans('socialite::common.home_feature_nine')) }} {{ Form::text('home_feature_nine', Setting::get('home_feature_nine'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_nine_text'))) }}
{{ Form::label('home_feature_ten_icon', trans('socialite::common.home_feature_ten_icon')) }} {{ Form::text('home_feature_ten_icon', Setting::get('home_feature_ten_icon'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_ten_icon_text'))) }}
{{ Form::label('home_feature_ten', trans('socialite::common.home_feature_ten')) }} {{ Form::text('home_feature_ten', Setting::get('home_feature_ten'), array('class' => 'form-control', 'placeholder' => trans('socialite::common.home_feature_ten_text'))) }}
{{ Form::submit(trans('socialite::common.save_changes'), ['class' => 'btn btn-success']) }}
@endsection