@extends('layout.page',[ 'type' => 'edit', 'put_method' => false, 'model' => new \App\Models\Setting, 'breadcrumb' => 'Footer', 'index' => route('setting.footer.index'), 'action' => route('setting.footer.update') ]) @section('fields') @include('layout.components.forms.file-image', [ 'name' => $footer_logo['meta_key'], 'label' => $footer_logo['meta_description'], 'query' => $footer_logo['meta_value'], 'multiple' => false, ]) @include('layout.components.forms.input', [ 'name' => $contact_address['meta_key'], 'label' => $contact_address['meta_description'], 'value' => $contact_address['meta_value'], ]) @include('layout.components.forms.input', [ 'name' => $contact_email['meta_key'], 'label' => $contact_email['meta_description'], 'value' => $contact_email['meta_value'], ]) @include('layout.components.forms.input', [ 'name' => $contact_phone['meta_key'], 'label' => $contact_phone['meta_description'], 'value' => $contact_phone['meta_value'], ]) @include('layout.components.forms.input', [ 'name' => $contact_fax['meta_key'], 'label' => $contact_fax['meta_description'], 'value' => $contact_fax['meta_value'], ]) @include('layout.components.forms.textarea', [ 'id' => 'editor-1', 'name' => $terms_conditions['meta_key'], 'label' => $terms_conditions['meta_description'], 'value' => $terms_conditions['meta_value'], ]) @include('layout.components.forms.textarea', [ 'id' => 'editor-2', 'name' => $privacy_policy['meta_key'], 'label' => $privacy_policy['meta_description'], 'value' => $privacy_policy['meta_value'], ]) @include('layout.components.forms.input', [ 'name' => $copyright['meta_key'], 'label' => $copyright['meta_description'], 'value' => $copyright['meta_value'], 'html' => true, ]) @include('layout.components.forms.input', [ 'name' => $social_link_facebook['meta_key'], 'label' => $social_link_facebook['meta_description'], 'value' => $social_link_facebook['meta_value'], ]) @include('layout.components.forms.input', [ 'name' => $social_link_twitter['meta_key'], 'label' => $social_link_twitter['meta_description'], 'value' => $social_link_twitter['meta_value'], ]) @include('layout.components.forms.input', [ 'name' => $social_link_instagram['meta_key'], 'label' => $social_link_instagram['meta_description'], 'value' => $social_link_instagram['meta_value'], ]) @include('layout.components.forms.input', [ 'name' => $social_link_youtube['meta_key'], 'label' => $social_link_youtube['meta_description'], 'value' => $social_link_youtube['meta_value'], ]) @include('layout.components.forms.input', [ 'name' => $social_link_linkedin['meta_key'], 'label' => $social_link_linkedin['meta_description'], 'value' => $social_link_linkedin['meta_value'], ]) @endsection @push('page_script') @endpush