@extends('themes.backend.layouts.app') @section('editor') @stop @section('fancybox') @stop @section('select2') @stop @section('dragAndSortable') @stop @section('breadcrumb') {{ Breadcrumbs::render('page.create') }} @endsection @section('content')
{{ __('admin.page.add_txt') }}
{{ csrf_field() }} {{ __('admin.general_lbl') }} @if (isset($templateAssoc) && count($templateAssoc) > 0) @endif @if ($moduleAtrArr['flds_hide']['slug'] == $moduleAtrArr['bool_false']) @else @endif @if ($moduleAtrArr['flds_hide']['slug'] == $moduleAtrArr['bool_false']) @endif @if ($moduleAtrArr['flds_hide']['descp'] == $moduleAtrArr['bool_false']) @endif @if ($moduleAtrArr['flds_hide']['image'] == $moduleAtrArr['bool_false'])
{{ __('admin.browse_media_txt') }}
@endif @if ($templateCfObj && count($templateCfObj) > 0) {{ __('admin.custom_fields_lbl') }} @foreach ($templateCfObj as $key => $cfgroup) @if (isset($cfgroup->cfgrouptypes) && $cfgroup->cfgrouptypes->count() > 0) {{ $cfgroup->title }} @foreach ($cfgroup->cfgrouptypes as $key => $cf_gt) @if (isset($cf_gt->cfgtclasstemplates[0]->cf_gt_class_template_id) && $cf_gt->cfgtclasstemplates[0]->cf_gt_class_template_id > 0 && ($cf_gt_class_template_id = $cf_gt->cfgtclasstemplates[0]->cf_gt_class_template_id)) @switch($cf_gt->field_type) @case($moduleAtrArr['field_type'][1])
{{ __('admin.browse_media_txt') }}
@break @case($moduleAtrArr['field_type'][2]) @break @case($moduleAtrArr['field_type'][3]) @break @case($moduleAtrArr['field_type'][4]) @break @case($moduleAtrArr['field_type'][5]) @php $dropdown = $cf_gt->getModelDataAssocViaModuleName($cf_gt->field_options['module_selected_model']); $yes = Config('commonconstants.y_n_val.1'); @endphp
@if($cf_gt->field_options['drag_and_sort'] == $yes)
@endif
@break @endswitch @endif @endforeach @endif @endforeach @endif @if ($moduleAtrArr['flds_hide']['c_order'] == $moduleAtrArr['bool_false'] || $moduleAtrArr['flds_hide']['parent'] == $moduleAtrArr['bool_false']) {{ __('admin.attributes_lbl') }} @if ($moduleAtrArr['flds_hide']['parent'] == $moduleAtrArr['bool_false']) @endif @if ($moduleAtrArr['flds_hide']['c_order'] == $moduleAtrArr['bool_false']) @endif @endif @if ($moduleAtrArr['flds_hide']['meta_title'] == $moduleAtrArr['bool_false'] || $moduleAtrArr['flds_hide']['meta_key'] == $moduleAtrArr['bool_false'] || $moduleAtrArr['flds_hide']['meta_descp'] == $moduleAtrArr['bool_false']) {{ __('admin.seo_lbl') }} @if ($moduleAtrArr['flds_hide']['meta_title'] == $moduleAtrArr['bool_false']) @endif @if ($moduleAtrArr['flds_hide']['meta_key'] == $moduleAtrArr['bool_false']) @endif @if ($moduleAtrArr['flds_hide']['meta_descp'] == $moduleAtrArr['bool_false']) @endif @endif {{ __('admin.publish_lbl') }} @if ($moduleAtrArr['flds_hide']['no_page_url_access'] == $moduleAtrArr['bool_false']) @endif
{{ __('admin.cancel_txt') }}
@stop @push('scripts') @endpush