first
This commit is contained in:
135
storage2/framework/views/3f1cfad09c8d971fa862e89e75458051.php
Normal file
135
storage2/framework/views/3f1cfad09c8d971fa862e89e75458051.php
Normal file
@@ -0,0 +1,135 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-xl-9">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<div class="row gy-3">
|
||||
<div class="col-md-12">
|
||||
<?php echo e(html()->label('Title')->class('form-label')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('title')->class('form-control')->placeholder('Popup Title')->required()); ?>
|
||||
|
||||
<?php echo e(html()->div('Menu title is required')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<?php echo e(html()->label('Description')->class('form-label')->for('description')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('description')->class('form-control ckeditor-classic')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header d-flex jusitfy-content-between align-items-center">
|
||||
<h6 class="card-title mb-0 fs-14">Button</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row gy-3">
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Text')->class('form-label')->for('button_text')); ?>
|
||||
|
||||
<?php echo e(html()->text('button_text')->class('form-control')); ?>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Link')->class('form-label')->for('button_text')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('button_url')->class('form-control')->placeholder('Button Link')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Target')->class('form-label')->for('button_target')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->select('button_target', config('constants.redirect_options'))->class('form-select choices-select')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end col -->
|
||||
<div class="col-lg-4 col-xl-3">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h5 class="card-title mb-0">Publish</h5>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<?php echo e(html()->select('status', config('constants.page_status_options'))->class('form-select choices-select ')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- end card body -->
|
||||
<?php if (isset($component)) { $__componentOriginal4472fe0a558b38a919fed94c8472a9fd = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal4472fe0a558b38a919fed94c8472a9fd = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form-buttons','data' => ['editable' => $editable,'label' => 'Save','href' => ''.e(route('popup.index')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('form-buttons'); ?>
|
||||
<?php if ($component->shouldRender()): ?>
|
||||
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
||||
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
||||
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'label' => 'Save','href' => ''.e(route('popup.index')).'']); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal4472fe0a558b38a919fed94c8472a9fd)): ?>
|
||||
<?php $attributes = $__attributesOriginal4472fe0a558b38a919fed94c8472a9fd; ?>
|
||||
<?php unset($__attributesOriginal4472fe0a558b38a919fed94c8472a9fd); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal4472fe0a558b38a919fed94c8472a9fd)): ?>
|
||||
<?php $component = $__componentOriginal4472fe0a558b38a919fed94c8472a9fd; ?>
|
||||
<?php unset($__componentOriginal4472fe0a558b38a919fed94c8472a9fd); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<div class="card featured-image-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Featured
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Image(s)')->class('form-label')->for('image')); ?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal4a95833b519aeb799c35637497d32ce2 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal4a95833b519aeb799c35637497d32ce2 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\ImageInput::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('image-input'); ?>
|
||||
<?php if ($component->shouldRender()): ?>
|
||||
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
||||
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
||||
<?php $attributes = $attributes->except(\App\View\Components\ImageInput::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'id' => 'images','name' => 'images','data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $popup->getRawOriginal('images') : null),'multiple' => true,'label' => 'Select Image(s)']); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal4a95833b519aeb799c35637497d32ce2)): ?>
|
||||
<?php $attributes = $__attributesOriginal4a95833b519aeb799c35637497d32ce2; ?>
|
||||
<?php unset($__attributesOriginal4a95833b519aeb799c35637497d32ce2); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal4a95833b519aeb799c35637497d32ce2)): ?>
|
||||
<?php $component = $__componentOriginal4a95833b519aeb799c35637497d32ce2; ?>
|
||||
<?php unset($__componentOriginal4a95833b519aeb799c35637497d32ce2); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end col -->
|
||||
</div>
|
||||
<?php /**PATH /home/rohiniedu/public_html/Modules/CCMS/resources/views/popup/partials/_form.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user