@extends('backend.template') @section('content')

{{ label('Add Settings') }}

@csrf
{{ createText('title', 'title', 'Title') }}
{{ createTextarea('description', 'description ckeditor-classic', 'Description') }}
{{ createText('url1', 'url1', 'Url1') }}
{{ createText('url2', 'url2', 'Url2') }}
{{ createText('email', 'email', 'Email') }}
{{ createText('phone', 'phone', 'Phone') }}
{{ createText('working_days', 'working_days', 'Working Days') }}
{{ createText('working_hours', 'working_hours', 'Working Hours') }}
{{ createText('leave_days', 'leave_days', 'Leave days') }}
{{ createText('secondary_phone', 'secondary_phone', 'Secondary Phone') }}
{{ createText('location', 'location', 'Location') }}
{{ createPlainTextArea('google_map', 'google_map ', 'Google Map') }}
{{ createText('fb', 'fb', 'Fb') }}
{{ createText('insta', 'insta', 'Insta') }}
{{ createText('twitter', 'twitter', 'Twitter') }}
{{ createText('tiktok', 'tiktok', 'Tiktok') }}
{{ createText('youtube', 'youtube', 'Youtube') }}
{{ createImageInput('primary_logo', 'Primary Logo') }}
{{ createImageInput('secondary_logo', 'Secondary Logo') }}
{{ createImageInput('thumb', 'Thumb') }}
{{ createImageInput('icon', 'Icon') }}
{{ createImageInput('og_image', 'Og Image') }}
{{ createImageInput('no_image', 'No Image') }}
{{ createText('copyright_text', 'copyright_text', 'Copyright Text') }}
{{ createTextarea('content1', 'content1 ckeditor-classic', 'Content1') }}
{{ createTextarea('content2', 'content2 ckeditor-classic', 'Content2') }}
{{ createTextarea('content3', 'content3 ckeditor-classic', 'Content3') }}
{{ createText('seo_title', 'seo_title', 'Seo Title') }}
{{ createPlainTextArea('seo_description', 'seo_description ', 'Seo Description') }}
{{ createPlainTextArea('seo_keywords', 'seo_keywords ', 'Seo Keywords') }}
{{ createPlainTextArea('og_tags', 'og_tags ', 'Og Tags') }}

@endsection