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

Website Settings

@csrf
{{ createText('title', 'title', 'Page Title', '', $data->title) }}
Parmalink:
{{ createPlainTextarea('description', 'description', 'Description', $data->description) }}
{{ createText('working_days', 'working_days', 'Working days', '', $data->working_days) }}
{{ createText('working_hours', 'working_hours', 'Working Hours', '', $data->working_hours) }}
{{ createText('leave_days', 'leave_days', 'Leave Days', '', $data->leave_days) }}
{{ createPlainTextarea('content1', 'content1', 'Content1', $data->content1) }}
{{ createPlainTextarea('content2', 'content2', 'Content2', $data->content2) }}
{{ createPlainTextarea('content3', 'content3', 'Content3', $data->content3) }}
{{ createText('copyright_text', 'copyright_text', 'Copyright', '', $data->copyright_text) }}
{{ createText('url1', 'url1', 'Url 1', '', $data->url1) }}
{{ createText('url2', 'url2', 'Url 2', '', $data->url2) }}
{{ createText('email', 'email', 'Email', '', $data->email) }}
{{ createText('phone', 'phone', 'Phone', '', $data->phone) }}
{{ createText('secondary_phone', 'secondary_phone', 'Secondary Phone', '', $data->secondary_phone) }}
{{ createText('location', 'location', 'Office Location', '', $data->location) }}
{{ createPlainTextArea('google_map', '', 'Google Map', $data->google_map) }}
{{ createText('fb', 'fb', 'Facebook', '', $data->fb) }}
{{ createText('insta', 'insta', 'Instagram', '', $data->insta) }}
{{ createText('twitter', 'twitter', 'Twitter', '', $data->twitter) }}
{{ createText('tiktok', 'tiktok', 'Tiktok', '', $data->tiktok) }}
{{ createText('youtube', 'youtube', 'Youtube', '', $data->youtube) }}
{{ createPlainTextArea('seo_description', '', 'Seo Description', $data->seo_description) }}
{{ createPlainTextArea('seo_keywords', '', 'Seo Keywords', $data->seo_keywords) }}
{{ createPlainTextArea('og_tags', '', 'Og Tags', $data->og_tags) }}
First of all, add Site at V2 Bibhuti Solutions.
{{ createPlainTextArea('recaptcha_site_key', '', 'RECAPTCHA_SITE_KEY', $data->recaptcha_site_key) }}
{{ createPlainTextArea('recaptcha_secret_key', '', 'RECAPTCHA_SECRET_KEY', $data->recaptcha_secret_key) }}
@endsection