@extends('backend.layouts.app') @section('title', __('labels.backend.sitemap.title').' | '.app_name()) @push('after-styles') @endpush @section('content') {{ html()->form('POST', route('admin.sitemap.config'))->id('general-settings-form')->class('form-horizontal')->acceptsFiles()->open() }}

@lang('labels.backend.sitemap.title')

@lang('labels.backend.sitemap.generate')
@lang('labels.backend.sitemap.sitemap_note')
Click here to see Sitemap Index File
{{ html()->label(__('labels.backend.sitemap.records_per_file'))->class('col-md-2 form-control-label')->for('short_description') }}
{{ html()->input('number','sitemap__chunk') ->id('list_id') ->class('form-control') ->value(config('sitemap.chunk')) ->placeholder('Ex. 100 ') }}
{{ html()->select('sitemap__schedule',['1' => __('labels.backend.sitemap.daily'),'2' => __('labels.backend.sitemap.weekly'),'3' => __('labels.backend.sitemap.monthly')]) ->id('sitemap_schedule') ->class('form-control ') }} @lang('labels.backend.backup.backup_note')
{{ html()->form()->close() }} @endsection @push('after-scripts') @endpush