startSection('content'); ?> 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('dashboard.breadcumb'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?> renderComponent(); ?>
Website Information
form('POST', route('setting.store'))->open()); ?>
label('Title')->class('form-label')->for('title')); ?> text('title')->class('form-control')->value(setting('title'))->placeholder('Enter Title')); ?>
label('Footer - About Us')->class('form-label')->for('description')); ?> textarea('description')->class('form-control')->value(setting('description'))->placeholder('Enter Description')->rows(5)); ?>
label('Footer - Copyright')->class('form-label')->for('copyright')); ?> text('copyright')->class('form-control')->value(setting('copyright'))->placeholder('Enter Copyright Text')); ?>
label('Phone')->class('form-label')->for('phone')); ?> text('phone')->class('form-control')->value(setting('phone'))->placeholder('Enter Phone')); ?>
label('Mobile')->class('form-label')->for('mobile')); ?> text('mobile')->class('form-control')->value(setting('mobile'))->placeholder('Enter Mobile')); ?>
label('Email')->class('form-label')->for('email')); ?> email('email')->class('form-control')->value(setting('email'))->placeholder('Enter Email')); ?>
label('Office - Working Days')->class('form-label')->for('working_days')); ?> text('working_days')->class('form-control')->value(setting('working_days'))->placeholder('Enter Working Days')); ?>
label('Office - Working Hours')->class('form-label')->for('working_hours')); ?> text('working_hours')->class('form-control')->value(setting('working_hours'))->placeholder('Enter Working Hours')); ?>
'components.form-buttons','data' => ['editable' => $editable,'label' => 'Update','href' => ''.e(route('setting.index')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('form-buttons'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'label' => 'Update','href' => ''.e(route('setting.index')).'']); ?> renderComponent(); ?>
label('Logo')->class('form-label')->for('logo')); ?> all() : [])); ?> withName('image-input'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\App\View\Components\ImageInput::ignoredParameterNames()); ?> withAttributes(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? setting('logo') : null),'id' => 'logo','name' => 'logo','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?> renderComponent(); ?>
label('Logo - White')->class('form-label')->for('logo_white')); ?> all() : [])); ?> withName('image-input'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\App\View\Components\ImageInput::ignoredParameterNames()); ?> withAttributes(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? setting('logo_white') : null),'id' => 'logo_white','name' => 'logo_white','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?> renderComponent(); ?>
label('Fav Icon')->class('form-label')->for('favicon')); ?> all() : [])); ?> withName('image-input'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\App\View\Components\ImageInput::ignoredParameterNames()); ?> withAttributes(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? setting('favicon') : null),'id' => 'favicon','name' => 'favicon','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'mulitple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?> renderComponent(); ?>
'components.form-buttons','data' => ['editable' => $editable,'label' => 'Update','href' => ''.e(route('setting.index')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('form-buttons'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'label' => 'Update','href' => ''.e(route('setting.index')).'']); ?> renderComponent(); ?>
label('Website URL')->class('form-label')->for('website_url')); ?> text('website_url')->class('form-control')->value(setting('website_url'))->placeholder('Enter Website URL')); ?>
label('Zip Code')->class('form-label')->for('zipcode')); ?> text('zipcode')->class('form-control')->value(setting('zipcode'))->placeholder('Enter Zip Code')); ?>
label('Location')->class('form-label')->for('location')); ?> text('location')->class('form-control')->value(setting('location'))->placeholder('Enter Office Location')); ?>
label('Google Map Iframe')->class('form-label')->for('map')); ?> textarea('map')->class('form-control')->value(setting('map'))->placeholder('Enter Google Map Iframe')->rows(5); ?>
'components.form-buttons','data' => ['editable' => $editable,'label' => 'Update','href' => ''.e(route('setting.index')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('form-buttons'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'label' => 'Update','href' => ''.e(route('setting.index')).'']); ?> renderComponent(); ?>
label('Meta Title')->class('form-label')->for('meta_title')); ?> text('meta_title')->class('form-control')->value(setting('meta_title'))->placeholder('Enter Meta Title')); ?>
label('Meta Keywords')->class('form-label')->for('meta_keywords')); ?> textarea('meta_keywords')->class('form-control')->value(setting('meta_keywords'))->placeholder('Enter Meta Keywords')->rows(3)); ?>
label('Meta Description')->class('form-label')->for('meta_description')); ?> textarea('meta_description')->class('form-control')->value(setting('meta_description'))->placeholder('Enter Meta Description')->rows(5)); ?>
'components.form-buttons','data' => ['editable' => $editable,'label' => 'Update','href' => ''.e(route('setting.index')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('form-buttons'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'label' => 'Update','href' => ''.e(route('setting.index')).'']); ?> renderComponent(); ?>
label('Recaptcha Site Key')->class('form-label')->for('recaptcha_site_key')); ?> text('recaptcha_site_key')->class('form-control')->value(setting('recaptcha_site_key'))->placeholder('Enter Recaptcha Site Key')); ?>
label('Recaptcha Secret Key')->class('form-label')->for('recaptcha_secret_key')); ?> text('recaptcha_secret_key')->class('form-control')->value(setting('recaptcha_secret_key'))->placeholder('Enter Recaptcha Secret Key')); ?>
checkbox('enable_reCaptcha')->class('form-check-input me-1')->value(1)->checked(setting('enable_reCaptcha') == 1)); ?> label('Enable reCAPTCHA')->class('form-label')); ?>
'components.form-buttons','data' => ['editable' => $editable,'label' => 'Update','href' => ''.e(route('setting.index')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('form-buttons'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'label' => 'Update','href' => ''.e(route('setting.index')).'']); ?> renderComponent(); ?>
label('Facebook')->class('form-label')->for('facebook')); ?> text('facebook')->class('form-control')->value(setting('facebook'))->placeholder('Enter Facebook Link')); ?>
label('Youtube')->class('form-label')->for('youtube')); ?> text('youtube')->class('form-control')->value(setting('youtube'))->placeholder('Enter Youtube Link')); ?>
label('Instagram')->class('form-label')->for('instagram')); ?> text('instagram')->class('form-control')->value(setting('instagram'))->placeholder('Enter Instagram Link')); ?>
label('Twitter')->class('form-label')->for('twitter')); ?> text('twitter')->class('form-control')->value(setting('twitter'))->placeholder('Enter Twitter Link')); ?>
label('Linkedin')->class('form-label')->for('linkedin')); ?> text('linkedin')->class('form-control')->value(setting('linkedin'))->placeholder('Enter Linkedin Link')); ?>
label('Whatsapp')->class('form-label')->for('whatsapp')); ?> text('whatsapp')->class('form-control')->value(setting('whatsapp'))->placeholder('Enter Whatsapp Link')); ?>
label('Tiktok')->class('form-label')->for('tiktok')); ?> text('tiktok')->class('form-control')->value(setting('tiktok'))->placeholder('Enter Tiktok Link')); ?>
'components.form-buttons','data' => ['editable' => $editable,'label' => 'Update','href' => ''.e(route('setting.index')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('form-buttons'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'label' => 'Update','href' => ''.e(route('setting.index')).'']); ?> renderComponent(); ?>
label('President')->class('form-label')->for('president')); ?> text('president')->class('form-control')->value(setting('president'))->placeholder('Enter President Name')); ?>
label('Preloader')->class('form-label')->for('preloader_check')); ?> select('preloader_check', ['1' => 'Enable', '0' => 'Disable'])->class('form-select choices-select')->value(setting('color'))); ?>
label('Theme')->class('form-label')->for('color')); ?> input($type = 'color', $name = 'color')->class('form-control')->value(setting('color'))); ?>
label('Other Image')->class('form-label')->for('other_image')); ?> all() : [])); ?> withName('image-input'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\App\View\Components\ImageInput::ignoredParameterNames()); ?> withAttributes(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? setting('other_image') : null),'id' => 'other_image','name' => 'other_image','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?> renderComponent(); ?>
'components.form-buttons','data' => ['editable' => $editable,'label' => 'Update','href' => ''.e(route('setting.index')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('form-buttons'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'label' => 'Update','href' => ''.e(route('setting.index')).'']); ?> renderComponent(); ?>
form()->close()); ?>
stopSection(); ?> make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>