@extends('Core.Admin.Http.Views.layout', [ 'title' => __('admin.title', [ 'name' => __('admin.socials.edit_title', [ 'name' => $social->key, ]), ]), ]) @push('header') @at('Core/Admin/Http/Views/assets/styles/pages/socials.scss') @endpush @push('content')
@t('def.back')

@t('admin.socials.edit_title', [ 'name' => $social->key, ])

@t('admin.socials.edit_description')

@csrf
@t('admin.notifications.icon_desc')
{!! $social->icon !!}
@t('admin.socials.cooldown_desc')
{!! $social->settings !!}
@t('admin.socials.allow_to_register_description')
allowToRegister) checked @endif role="switch" id="allowToRegister" type="checkbox" class="form-check-input">
@t('admin.socials.enabled_description')
enabled) checked @endif role="switch" id="enabled" type="checkbox" class="form-check-input">
@endpush @push('footer') @at('Core/Admin/Http/Views/assets/js/pages/socials/add.js') @endpush