first
This commit is contained in:
105
storage2/framework/views/00dffd1eb4476a1a6698525fc2f86ccb.php
Normal file
105
storage2/framework/views/00dffd1eb4476a1a6698525fc2f86ccb.php
Normal file
@@ -0,0 +1,105 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if($errors->any()): ?>
|
||||
<?php if (isset($component)) { $__componentOriginal42e38bf3ebb8c69d910174788b0810d7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\FlashMessage::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('flash-message'); ?>
|
||||
<?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\FlashMessage::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['type' => 'danger','messages' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($errors->all())]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $attributes = $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $component = $__componentOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xl-12">
|
||||
<div class="card">
|
||||
<div class="card-header d-flex align-items-center justify-content-between">
|
||||
<h5 class="card-title mb-0"><?php echo e($title); ?></h5>
|
||||
<a href="<?php echo e(route('service.create')); ?>" class="btn text-white"
|
||||
style="background-color: var(--vz-primary)"><i class="ri-add-line align-middle"></i> Create</a>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$columns = [
|
||||
[
|
||||
'title' => 'S.N',
|
||||
'data' => 'DT_RowIndex',
|
||||
'name' => 'DT_RowIndex',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
'sortable' => false,
|
||||
],
|
||||
['title' => 'Image', 'data' => 'image', 'name' => 'image'],
|
||||
['title' => 'Parent', 'data' => 'parent_id', 'name' => 'parent_ids'],
|
||||
['title' => 'Title', 'data' => 'title', 'name' => 'title'],
|
||||
['title' => 'Slug', 'data' => 'slug', 'name' => 'slug'],
|
||||
['title' => 'Status', 'data' => 'status', 'name' => 'status'],
|
||||
[
|
||||
'title' => 'Action',
|
||||
'data' => 'action',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
],
|
||||
];
|
||||
?>
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('service.index'),'reorder' => route('service.reorder'),'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('service.index')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('service.reorder')),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/service/index.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
$currentUrl = url('/');
|
||||
$currentUrl = $currentUrl . '/';
|
||||
$bannerUrl = ($page->banner !== $currentUrl) ? $page->banner : setting('banner');
|
||||
?>
|
||||
<!--Page Header Start-->
|
||||
<section class="page-header">
|
||||
<div class="page-header__bg" style="background-image: url('<?php echo e($bannerUrl); ?>');"></div>
|
||||
<div class="container">
|
||||
<div class="page-header__inner">
|
||||
<div class="thm-breadcrumb__box">
|
||||
<ul class="thm-breadcrumb list-unstyled">
|
||||
<li><a href="<?php echo e(route('home')); ?>">Home</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li><?php echo e($page->title); ?></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2><?php echo e($page->title); ?></h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/client/rohini/pages/partials/breadcrumb.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,13 @@
|
||||
<div class="hstack flex-wrap gap-3">
|
||||
<a href="<?php echo e(route('service.edit', $id)); ?>" data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom" data-bs-title="Edit" class="link-success fs-15 edit-item-btn"><i
|
||||
class=" ri-edit-2-line"></i></a>
|
||||
|
||||
<a data-link="<?php echo e(route('service.toggle', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Toggle" data-status="<?php echo e($status == 1 ? 'Draft' : 'Published'); ?>"
|
||||
class="link-info fs-15 toggle-item"><i class="<?php echo e($status == 1 ? 'ri-toggle-line' : 'ri-toggle-fill'); ?>"></i></a>
|
||||
|
||||
<a href="javascript:void(0);" data-link="<?php echo e(route('service.destroy', $id)); ?>" class="link-danger fs-15 remove-item"
|
||||
data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Delete"><i class="ri-delete-bin-6-line"></i>
|
||||
</a>
|
||||
</div>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/service/datatable/action.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,15 @@
|
||||
<div class="modal fade" id="addResumeModal" tabindex="-1" aria-labelledby="addResumeModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-light p-3">
|
||||
<h5 class="modal-title" id="addResumeModalLabel">Create Resume</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"
|
||||
id="close-modal"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<?php echo $__env->make('resume::resume.partials._form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/Resume\resources/views/resume/modal/create.blade.php ENDPATH**/ ?>
|
||||
106
storage2/framework/views/02a87c58824c0eca59f6cb0391f37e7b.php
Normal file
106
storage2/framework/views/02a87c58824c0eca59f6cb0391f37e7b.php
Normal file
@@ -0,0 +1,106 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if($errors->any()): ?>
|
||||
<?php if (isset($component)) { $__componentOriginal42e38bf3ebb8c69d910174788b0810d7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\FlashMessage::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('flash-message'); ?>
|
||||
<?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\FlashMessage::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['type' => 'danger','messages' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($errors->all())]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $attributes = $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $component = $__componentOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-xl-3">
|
||||
<div class="card profile-card">
|
||||
<?php echo $__env->make('ccms::faqCategory.add-faq-category-form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-xl-8 col-lg-9">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$columns = [
|
||||
[
|
||||
'title' => 'S.N',
|
||||
'data' => 'DT_RowIndex',
|
||||
'name' => 'DT_RowIndex',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
'sortable' => false,
|
||||
],
|
||||
['title' => 'Name', 'data' => 'title', 'name' => 'title'],
|
||||
['title' => 'Slug', 'data' => 'slug', 'name' => 'slug'],
|
||||
['title' => 'Status', 'data' => 'status', 'name' => 'status'],
|
||||
[
|
||||
'title' => 'Action',
|
||||
'data' => 'action',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('faqCategory.index'),'reorder' => route('faqCategory.reorder'),'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('faqCategory.index')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('faqCategory.reorder')),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/Modules/CCMS/resources/views/faqCategory/index.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php $__currentLoopData = $exception->frames(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $frame): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div
|
||||
class="sm:col-span-2"
|
||||
x-show="index === <?php echo e($loop->index); ?>"
|
||||
>
|
||||
<div class="mb-3">
|
||||
<div class="text-md text-gray-500 dark:text-gray-400">
|
||||
<div class="mb-2">
|
||||
|
||||
<?php if(config('app.editor')): ?>
|
||||
<a href="<?php echo e($frame->editorHref()); ?>" class="text-blue-500 hover:underline">
|
||||
<span class="wrap text-gray-900 dark:text-gray-300"><?php echo e($frame->file()); ?></span>
|
||||
</a>
|
||||
<?php else: ?>
|
||||
<span class="wrap text-gray-900 dark:text-gray-300"><?php echo e($frame->file()); ?></span>
|
||||
<?php endif; ?>
|
||||
|
||||
<span class="font-mono text-xs">:<?php echo e($frame->line()); ?></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pt-4 text-sm text-gray-500 dark:text-gray-400">
|
||||
<pre class="h-[32.5rem] rounded-md dark:bg-gray-800 border dark:border-gray-700"><template x-if="true"><code
|
||||
style="display: none;"
|
||||
id="frame-<?php echo e($loop->index); ?>"
|
||||
class="language-php highlightable-code <?php if($loop->index === $exception->defaultFrame()): ?> default-highlightable-code <?php endif; ?> scrollbar-hidden overflow-y-hidden"
|
||||
data-line-number="<?php echo e($frame->line()); ?>"
|
||||
data-ln-start-from="<?php echo e(max($frame->line() - 5, 1)); ?>"
|
||||
><?php echo e($frame->snippet()); ?></code></template></pre>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/editor.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,11 @@
|
||||
<div class="hstack flex-wrap gap-3">
|
||||
|
||||
<a data-link="<?php echo e(route('enquiry.markAsRead', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Mark as <?php echo e($is_read == 1 ? 'unread' : 'read'); ?>" data-status="<?php echo e($is_read == 1 ? 'read' : 'unread'); ?>"
|
||||
class="fs-15 mark-item"><i class="<?php echo e($is_read == 1 ? ' ri-mail-close-line link-secondary' : ' ri-mail-check-line link-success'); ?>"></i></a>
|
||||
|
||||
<a href="javascript:void(0);" data-link="<?php echo e(route('enquiry.destroy', $id)); ?>" class="link-danger fs-15 remove-item" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Delete">
|
||||
<i class="ri-delete-bin-6-line"></i>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<?php /**PATH /home/rohiniedu/public_html/Modules/CCMS/resources/views/enquiry/datatable/action.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php if($page->children->count() > 0): ?>
|
||||
<?php
|
||||
$about = $page->children[0];
|
||||
// dd($about);
|
||||
?>
|
||||
<!--About One Start -->
|
||||
<section class="about-one section-pd section-bg">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-xl-6">
|
||||
<div class="about-one__left wow slideInLeft" data-wow-delay="100ms" data-wow-duration="2500ms">
|
||||
<div class="row">
|
||||
<div class="col-xl-6 col-lg-6 col-md-6">
|
||||
<div class="about-one__img-box">
|
||||
<?php $__currentLoopData = $about->images; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $photo): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div class="about-one__img-<?php echo e($loop->iteration); ?>"> <img src="<?php echo e($photo); ?>" alt=""> </div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-6 col-lg-6 col-md-6">
|
||||
<div class="about-one__img-box-two">
|
||||
<div class="about-one__img-3"> <img src="<?php echo e($about->image); ?>" alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-6">
|
||||
<div class="about-one__right">
|
||||
<div class="section-title text-left">
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline"><?php echo e($about->title); ?></span>
|
||||
</div>
|
||||
<h2 class="section-title__title"><?php echo e($about->short_description); ?></h2>
|
||||
</div>
|
||||
<P class="about-one__text mb-4"><?php echo $about->description; ?></P>
|
||||
<div class="about-one__btn-and-client-info">
|
||||
<div class="about-one__btn-box pt-4"> <a href="<?php echo e($about->button_url); ?>" class="about-one__btn thm-btn"><span class="icon-right-arrow"></span><?php echo e($about->button_text); ?></a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--About One End -->
|
||||
<?php endif; ?>
|
||||
<?php /**PATH /home/rohiniedu/public_html/resources/views/client/rohini/pages/partials/about.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,51 @@
|
||||
<?php if (isset($component)) { $__componentOriginal74daf2d0a9c625ad90327a6043d15980 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal74daf2d0a9c625ad90327a6043d15980 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.card','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::card'); ?>
|
||||
<?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([]); ?>
|
||||
<div class="md:flex md:items-center md:justify-between md:gap-2">
|
||||
<div class="min-w-0">
|
||||
<div class="inline-block rounded-full bg-red-500/20 px-3 py-2 max-w-full text-sm font-bold leading-5 text-red-500 truncate lg:text-base dark:bg-red-500/20">
|
||||
<span class="hidden md:inline">
|
||||
<?php echo e($exception->class()); ?>
|
||||
|
||||
</span>
|
||||
<span class="md:hidden">
|
||||
<?php echo e(implode(' ', array_slice(explode('\\', $exception->class()), -1))); ?>
|
||||
|
||||
</span>
|
||||
</div>
|
||||
<div class="mt-4 text-lg font-semibold text-gray-900 break-words dark:text-white lg:text-2xl">
|
||||
<?php echo e($exception->message()); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hidden text-right shrink-0 md:block md:min-w-64 md:max-w-80">
|
||||
<div>
|
||||
<span class="inline-block rounded-full bg-gray-200 px-3 py-2 text-sm leading-5 text-gray-900 max-w-full truncate dark:bg-gray-800 dark:text-white">
|
||||
<?php echo e($exception->request()->method()); ?> <?php echo e($exception->request()->httpHost()); ?>
|
||||
|
||||
</span>
|
||||
</div>
|
||||
<div class="px-4">
|
||||
<span class="text-sm text-gray-500 dark:text-gray-400">PHP <?php echo e(PHP_VERSION); ?> — Laravel <?php echo e(app()->version()); ?></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $attributes = $__attributesOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $component = $__componentOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__componentOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php /**PATH /home/rohiniedu/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Providers/../resources/exceptions/renderer/components/header.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.slider', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.counter', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.about', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.service', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.choose', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.university', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.testimonial', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.visa', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
|
||||
<?php echo $__env->make('client.rohini.pages.partials.blog', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('client.rohini.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/pages/home-template.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,36 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php echo e(html()->form('POST')->route('slider.store')->class(['needs-validation'])->attributes(['enctype' => 'multipart/form-data', 'novalidate'])->open()); ?>
|
||||
|
||||
|
||||
<?php echo $__env->make('ccms::slider.partials._form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
|
||||
<?php echo e(html()->form()->close()); ?>
|
||||
|
||||
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/Modules/CCMS/resources/views/slider/create.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php $__env->startSection('title', __('Forbidden')); ?>
|
||||
<?php $__env->startSection('code', '403'); ?>
|
||||
<?php $__env->startSection('message', __($exception->getMessage() ?: 'Forbidden')); ?>
|
||||
|
||||
<?php echo $__env->make('errors::minimal', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/403.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,15 @@
|
||||
<div class="hstack flex-wrap gap-3">
|
||||
<a href="javascript:void(0)" data-link="<?php echo e(route('page.edit', $id)); ?>" data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom" data-bs-title="Edit" class="link-success fs-15 edit-item-btn"><i
|
||||
class=" ri-edit-2-line"></i></a>
|
||||
|
||||
<a data-link="<?php echo e(route('page.toggle', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Toggle" data-status="<?php echo e($status == 1 ? 'Draft' : 'Published'); ?>"
|
||||
class="link-info fs-15 toggle-item"><i class="<?php echo e($status == 1 ? 'ri-toggle-line' : 'ri-toggle-fill'); ?>"></i></a>
|
||||
|
||||
<a href="<?php echo e(route('page.editContent', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom"
|
||||
data-bs-title="Update Content" class="link-info fs-15"><i class="ri-file-edit-line"></i></a>
|
||||
<a href="javascript:void(0);" data-link="<?php echo e(route('page.destroy', $id)); ?>" class="link-danger fs-15 remove-item"
|
||||
data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Delete"><i class="ri-delete-bin-6-line"></i>
|
||||
</a>
|
||||
</div>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/page/datatable/action.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,57 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<div class="container-fluid">
|
||||
<?php if($errors->any()): ?>
|
||||
<?php if (isset($component)) { $__componentOriginal42e38bf3ebb8c69d910174788b0810d7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\FlashMessage::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('flash-message'); ?>
|
||||
<?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\FlashMessage::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['type' => 'danger','messages' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($errors->all())]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $attributes = $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $component = $__componentOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<div class="row">
|
||||
<div class="col-xl-12">
|
||||
<?php echo e(html()->modelForm($blog, 'PUT')->route('blog.update', $blog->id)->class('needs-validation')->attributes(['novalidate'])->open()); ?>
|
||||
|
||||
<?php echo $__env->make('ccms::blog.partials._form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo e(html()->closeModelForm()); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/blog/edit.blade.php ENDPATH**/ ?>
|
||||
207
storage2/framework/views/0789faf7a32dfb0b077e1ab10d7d6240.php
Normal file
207
storage2/framework/views/0789faf7a32dfb0b077e1ab10d7d6240.php
Normal file
@@ -0,0 +1,207 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="row project-wrapper">
|
||||
<div class="col-xxl-8">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-md-6">
|
||||
<!-- card -->
|
||||
<div class="card card-animate">
|
||||
<div class="card-body">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="flex-grow-1">
|
||||
<p class="text-uppercase fw-medium text-muted mb-0">Active Users</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-end justify-content-between mt-4">
|
||||
<div>
|
||||
<h4 class="fs-22 fw-semibold ff-secondary mb-4"><span class="counter-value"
|
||||
data-target="<?php echo e($usersCount ?? 0); ?>">0</span></h4>
|
||||
</div>
|
||||
<div class="avatar-sm flex-shrink-0">
|
||||
<span class="avatar-title bg-warning-subtle rounded fs-3">
|
||||
<i class="ri-user-line text-warning"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
|
||||
<div class="col-xl-3 col-md-6">
|
||||
<!-- card -->
|
||||
<div class="card card-animate">
|
||||
<div class="card-body">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="flex-grow-1">
|
||||
<p class="text-uppercase fw-medium text-muted mb-0">Total Blogs</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-end justify-content-between mt-4">
|
||||
<div>
|
||||
<h4 class="fs-22 fw-semibold ff-secondary mb-4"><span class="counter-value"
|
||||
data-target="<?php echo e($blogsCount ?? 0); ?>">0</span></h4>
|
||||
</div>
|
||||
<div class="avatar-sm flex-shrink-0">
|
||||
<span class="avatar-title bg-info-subtle rounded fs-3">
|
||||
<i class="ri-newspaper-line text-info"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
|
||||
<div class="col-xl-3 col-md-6">
|
||||
<!-- card -->
|
||||
<div class="card card-animate">
|
||||
<div class="card-body">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="flex-grow-1">
|
||||
<p class="text-uppercase fw-medium text-muted mb-0">Total Team Members</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-end justify-content-between mt-4">
|
||||
<div>
|
||||
<h4 class="fs-22 fw-semibold ff-secondary mb-4"><span class="counter-value"
|
||||
data-target="<?php echo e($teamsCount ?? 0); ?>">0</span></h4>
|
||||
</div>
|
||||
<div class="avatar-sm flex-shrink-0">
|
||||
<span class="avatar-title bg-secondary-subtle rounded fs-3">
|
||||
<i class="ri-team-line text-secondary"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
|
||||
<div class="col-xl-3 col-md-6">
|
||||
<!-- card -->
|
||||
<div class="card card-animate">
|
||||
<div class="card-body">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="flex-grow-1">
|
||||
<p class="text-uppercase fw-medium text-muted mb-0">Total Services</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-end justify-content-between mt-4">
|
||||
<div>
|
||||
<h4 class="fs-22 fw-semibold ff-secondary mb-4"><span class="counter-value"
|
||||
data-target="<?php echo e($servicesCount ?? 0); ?>">0</span></h4>
|
||||
</div>
|
||||
<div class="avatar-sm flex-shrink-0">
|
||||
<span class="avatar-title bg-success-subtle rounded fs-3">
|
||||
<i class="ri-customer-service-2-line text-success"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
|
||||
<div class="col-xl-3 col-md-6">
|
||||
<!-- card -->
|
||||
<div class="card card-animate">
|
||||
<div class="card-body">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="flex-grow-1">
|
||||
<p class="text-uppercase fw-medium text-muted mb-0">Total Partners</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-end justify-content-between mt-4">
|
||||
<div>
|
||||
<h4 class="fs-22 fw-semibold ff-secondary mb-4"><span class="counter-value"
|
||||
data-target="<?php echo e($partnersCount ?? 0); ?>">0</span></h4>
|
||||
</div>
|
||||
<div class="avatar-sm flex-shrink-0">
|
||||
<span class="avatar-title bg-dark-subtle rounded fs-3">
|
||||
<i class="ri-hand-heart-line text-dark"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
|
||||
<div class="col-xl-12 col-md-12">
|
||||
<!-- card -->
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h5 class="card-title mb-0">Recent Enquiries<h5>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$columns = [
|
||||
[
|
||||
'title' => 'S.N',
|
||||
'data' => 'DT_RowIndex',
|
||||
'name' => 'DT_RowIndex',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
'sortable' => false,
|
||||
],
|
||||
['title' => 'Name', 'data' => 'name', 'name' => 'name'],
|
||||
['title' => 'Email', 'data' => 'email', 'name' => 'email'],
|
||||
['title' => 'Contact', 'data' => 'mobile', 'name' => 'mobile'],
|
||||
['title' => 'Class', 'data' => 'class', 'name' => 'class'],
|
||||
['title' => 'Subject', 'data' => 'subject', 'name' => 'subject'],
|
||||
['title' => 'Message', 'data' => 'message', 'name' => 'message'],
|
||||
[
|
||||
'title' => 'Action',
|
||||
'data' => 'action',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
],
|
||||
];
|
||||
?>
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('dashboard.getEnquiries'),'reorder' => null,'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('dashboard.getEnquiries')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(null),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
</div><!-- end row -->
|
||||
</div><!-- end col -->
|
||||
</div><!-- end row -->
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\resources\views/dashboard.blade.php ENDPATH**/ ?>
|
||||
135
storage2/framework/views/07eb753917bfa5513eab25146fbbc035.php
Normal file
135
storage2/framework/views/07eb753917bfa5513eab25146fbbc035.php
Normal file
@@ -0,0 +1,135 @@
|
||||
<?php echo e(html()->form('POST', route('gallery.store'))->class('needs-validation')->attributes(['novalidate'])->open()); ?>
|
||||
|
||||
|
||||
<?php if(isset($gallery)): ?>
|
||||
<?php echo e(html()->hidden('id', $gallery->id)); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Title')->for('title')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('title')->value($gallery->title ?? old('title'))->class('form-control')->placeholder('Enter Title')->required()); ?>
|
||||
|
||||
<?php echo e(html()->div('Please enter a title.')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Slug')->for('slug')); ?>
|
||||
|
||||
<?php echo e(html()->text('slug')->value($gallery->slug ?? old('slug'))->class('form-control')->placeholder('Enter Gallery Slug')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Image(s) or Video')->for('images')); ?>
|
||||
|
||||
<?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 ? $gallery->getRawOriginal('images') : null),'multiple' => true,'label' => 'Select Image(s) or video']); ?>
|
||||
<?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 class="mb-3">
|
||||
<?php echo e(html()->label('Video Link')->for('slug')); ?>
|
||||
|
||||
<?php echo e(html()->text('link')->value($gallery->link ?? old('link'))->class('form-control')->placeholder('Enter Youtube video link')); ?>
|
||||
|
||||
<div class="d-flex flex-wrap mt-1" id="video-preview">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Category')->class('form-label')->for('category_id')); ?>
|
||||
|
||||
<?php echo e(html()->select('category_id', $categoryOptions)->value($gallery->category_id ?? old('category_id'))->class('form-select choices-select')->placeholder('Select')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal4472fe0a558b38a919fed94c8472a9fd = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal4472fe0a558b38a919fed94c8472a9fd = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form-buttons','data' => ['href' => route('gallery.index'),'label' => isset($gallery) ? 'Update' : 'Create']] + (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(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('gallery.index')),'label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(isset($gallery) ? 'Update' : 'Create')]); ?>
|
||||
<?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>
|
||||
<?php echo e(html()->form()->close()); ?>
|
||||
|
||||
|
||||
|
||||
<?php $__env->startPush('js'); ?>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
const route = "<?php echo e(config('app.url')); ?>/files";
|
||||
|
||||
$(document).on('change input paste cut', '#link', function() {
|
||||
const url = $(this).val();
|
||||
console.log(url);
|
||||
|
||||
if (url) {
|
||||
if (url.includes("https://www.youtube.com/watch")) {
|
||||
const videoId = url.split("v=")[1]?.split("&")[0]; // Get the video ID
|
||||
const embedUrl = `https://www.youtube.com/embed/${videoId}`;
|
||||
$('#video-preview').html(`
|
||||
<iframe width="100%" height="150" src="${embedUrl}" frameborder="0" allowfullscreen></iframe>
|
||||
`);
|
||||
$('#link').val(embedUrl);
|
||||
} else {
|
||||
$('#video-preview').html(`
|
||||
<iframe src="${url}" width="100%" height="150" frameborder="0"></iframe>
|
||||
`);
|
||||
}
|
||||
} else {
|
||||
$('#video-preview').html('');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
const isEditable = '<?php echo e($editable); ?>';
|
||||
|
||||
if (isEditable == '1') {
|
||||
$('#link').trigger('change');
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<?php $__env->stopPush(); ?>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/gallery/add-gallery-form.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,77 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<div class="card">
|
||||
<div class="card-header align-items-center d-flex">
|
||||
<h5 class="card-title flex-grow-1 mb-0"><?php echo e($title); ?></h5>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$columns = [
|
||||
[
|
||||
'title' => 'S.N',
|
||||
'data' => 'DT_RowIndex',
|
||||
'name' => 'DT_RowIndex',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
'sortable' => false,
|
||||
],
|
||||
['title' => 'Name', 'data' => 'name', 'name' => 'name'],
|
||||
['title' => 'Email', 'data' => 'email', 'name' => 'email'],
|
||||
['title' => 'Contact', 'data' => 'mobile', 'name' => 'mobile'],
|
||||
['title' => 'Class', 'data' => 'class', 'name' => 'class'],
|
||||
['title' => 'Subject', 'data' => 'subject', 'name' => 'subject'],
|
||||
['title' => 'Message', 'data' => 'message', 'name' => 'message'],
|
||||
[
|
||||
'title' => 'Action',
|
||||
'data' => 'action',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
],
|
||||
];
|
||||
?>
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('enquiry.index'),'reorder' => null,'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('enquiry.index')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(null),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/enquiry/index.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.slider', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.counter', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.about', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.service', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.choose', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.university', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.testimonial', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.visa', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.class', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.blog', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('client.rohini.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/pages/home-template.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1 @@
|
||||
<div>Example Block</div><?php /**PATH /home/rohiniedu/public_html/resources/views/vendor/laravel-grapesjs/gjs-blocks/example.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?php if($page->children->count() > 0): ?>
|
||||
<?php
|
||||
$about = $page->children[0];
|
||||
// dd($about);
|
||||
?>
|
||||
<!--About One Start -->
|
||||
<section class="about-one section-pd section-bg">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-xl-6">
|
||||
<div class="about-one__left wow slideInLeft" data-wow-delay="100ms" data-wow-duration="2500ms">
|
||||
<div class="row">
|
||||
<div class="col-xl-6 col-lg-6 col-md-6">
|
||||
<div class="about-one__img-box">
|
||||
<?php $__currentLoopData = $about->images; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $photo): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div class="about-one__img-<?php echo e($loop->iteration); ?>"> <img src="<?php echo e($photo); ?>" alt=""> </div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-6 col-lg-6 col-md-6">
|
||||
<div class="about-one__img-box-two">
|
||||
<div class="about-one__img-3"> <img src="<?php echo e($about->image); ?>" alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-6">
|
||||
<div class="about-one__right">
|
||||
<div class="section-title text-left">
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline"><?php echo e($about->title); ?></span>
|
||||
</div>
|
||||
<h2 class="section-title__title"><?php echo e($about->short_description); ?></h2>
|
||||
</div>
|
||||
<P class="about-one__text mb-4"><?php echo $about->description; ?></P>
|
||||
<div class="about-one__btn-and-client-info">
|
||||
<div class="about-one__btn-box pt-4"> <a href="<?php echo e(route('home')); ?><?php echo e($about->button_url); ?>" class="about-one__btn thm-btn"><span class="icon-right-arrow"></span><?php echo e($about->button_text); ?></a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--About One End -->
|
||||
<?php endif; ?><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/pages/partials/about.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,91 @@
|
||||
<!--Newsletter One Start -->
|
||||
<section class="newsletter-one">
|
||||
<div class="container">
|
||||
<div class="newsletter-one__inner">
|
||||
<div class="newsletter-one__bg"
|
||||
style="background-image: url('rohini/assets/images/backgrounds/newsletter-one-bg.jpg');"></div>
|
||||
<div class="newsletter-one__title-box">
|
||||
<h3 class="newsletter-one__title">Our Newsletter</h3>
|
||||
</div>
|
||||
<div class="newsletter-one__form-box">
|
||||
<form id="newsletter_form" class="newsletter-one__form contact-form-validated">
|
||||
<?php echo csrf_field(); ?>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="text" placeholder="Full Name" id="newsletter-name" name="newsletter-name">
|
||||
</div>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="email" placeholder="Email Here" id="newsletter-email" name="newsletter-email">
|
||||
</div>
|
||||
<div class="newsletter-one__btn-box">
|
||||
<button id="news-submit" type="submit" class="thm-btn"><span
|
||||
class="icon-right-arrow"></span>Subscribe Now</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Newsletter One End -->
|
||||
|
||||
<?php $__env->startPush('js'); ?>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
toastr.options = {
|
||||
"closeButton": true,
|
||||
"progressBar": true,
|
||||
"positionClass": "toast-top-right",
|
||||
"timeOut": "3000"
|
||||
};
|
||||
|
||||
$('#newsletter_form').submit(function (event) {
|
||||
// alert('submitted');
|
||||
event.preventDefault(); // Prevent default form submission
|
||||
var submitButton = $('#news-submit');
|
||||
|
||||
// Prepare the form data
|
||||
var formData = {
|
||||
email: $('#newsletter-email').val(),
|
||||
name: $('#newsletter-name').val(),
|
||||
_token: $('meta[name="csrf-token"]').attr('content') // CSRF token
|
||||
};
|
||||
|
||||
// Submit form via AJAX
|
||||
$.ajax({
|
||||
url: "<?php echo e(route('newsletter.submit')); ?>",
|
||||
method: 'POST',
|
||||
data: formData,
|
||||
beforeSend: function() {
|
||||
submitButton.prop('disabled', true);
|
||||
submitButton.text("Submitting...");
|
||||
},
|
||||
success: function (response) {
|
||||
// Display success Toastr message
|
||||
toastr.success('Your have been subscribed to our newsletter successfully!');
|
||||
|
||||
// Optionally, clear the form
|
||||
$('#newsletter_form')[0].reset();
|
||||
},
|
||||
error: function (xhr) {
|
||||
if (xhr.status === 422 && xhr.responseJSON && xhr.responseJSON.errors) {
|
||||
$.each(xhr.responseJSON.errors, function (key, messages) {
|
||||
// messages is an array, show the first error
|
||||
toastr.error(messages[0]);
|
||||
});
|
||||
} else if (xhr.responseJSON && xhr.responseJSON.message) {
|
||||
toastr.error(xhr.responseJSON.message);
|
||||
} else {
|
||||
toastr.error('An error occurred while submitting your enquiry.');
|
||||
}
|
||||
},
|
||||
complete: function() {
|
||||
submitButton.prop('disabled', false);
|
||||
submitButton.text("Subscribe Now");
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<?php $__env->stopPush(); ?><?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/client/rohini/pages/partials/newsletter.blade.php ENDPATH**/ ?>
|
||||
186
storage2/framework/views/0ace9aa81b3aa4973b497b8c788040f0.php
Normal file
186
storage2/framework/views/0ace9aa81b3aa4973b497b8c788040f0.php
Normal file
@@ -0,0 +1,186 @@
|
||||
<?php use \Illuminate\Support\Str; ?>
|
||||
<?php if (isset($component)) { $__componentOriginal74daf2d0a9c625ad90327a6043d15980 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal74daf2d0a9c625ad90327a6043d15980 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.card','data' => ['class' => 'mt-6 overflow-x-auto']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::card'); ?>
|
||||
<?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(['class' => 'mt-6 overflow-x-auto']); ?>
|
||||
<div>
|
||||
<span class="text-xl font-bold lg:text-2xl">Request</span>
|
||||
</div>
|
||||
|
||||
<div class="mt-2">
|
||||
<span><?php echo e($exception->request()->method()); ?></span>
|
||||
<span class="text-gray-500"><?php echo e(Str::start($exception->request()->path(), '/')); ?></span>
|
||||
</div>
|
||||
|
||||
<div class="mt-4">
|
||||
<span class="font-semibold text-gray-900 dark:text-white">Headers</span>
|
||||
</div>
|
||||
|
||||
<dl class="mt-1 grid grid-cols-1 rounded border dark:border-gray-800">
|
||||
<?php $__empty_1 = true; $__currentLoopData = $exception->requestHeaders(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
|
||||
<div class="flex items-center gap-2 <?php echo e($loop->first ? '' : 'border-t'); ?> dark:border-gray-800">
|
||||
<span
|
||||
data-tippy-content="<?php echo e($key); ?>"
|
||||
class="lg:text-md w-[8rem] flex-none cursor-pointer truncate border-r px-5 py-3 text-sm dark:border-gray-800 lg:w-[12rem]"
|
||||
>
|
||||
<?php echo e($key); ?>
|
||||
|
||||
</span>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="
|
||||
-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem));
|
||||
"
|
||||
>
|
||||
<pre class="scrollbar-hidden overflow-y-hidden text-xs lg:text-sm"><code class="px-5 py-3 overflow-y-hidden scrollbar-hidden max-h-32 overflow-x-scroll scrollbar-hidden-x"><?php echo e($value); ?></code></pre>
|
||||
</span>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem))"
|
||||
>
|
||||
<pre class="scrollbar-hidden mx-5 my-3 overflow-y-hidden text-xs lg:text-sm"><code class="overflow-y-hidden scrollbar-hidden overflow-x-scroll scrollbar-hidden-x">No headers data</code></pre>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
</dl>
|
||||
|
||||
<div class="mt-4">
|
||||
<span class="font-semibold text-gray-900 dark:text-white">Body</span>
|
||||
</div>
|
||||
|
||||
<div class="mt-1 rounded border dark:border-gray-800">
|
||||
<div class="flex items-center">
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem))"
|
||||
>
|
||||
<pre class="scrollbar-hidden mx-5 my-3 overflow-y-hidden text-xs lg:text-sm"><code class="overflow-y-hidden scrollbar-hidden overflow-x-scroll scrollbar-hidden-x"><?php echo e($exception->requestBody() ?: 'No body data'); ?></code></pre>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $attributes = $__attributesOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $component = $__componentOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__componentOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal74daf2d0a9c625ad90327a6043d15980 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal74daf2d0a9c625ad90327a6043d15980 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.card','data' => ['class' => 'mt-6 overflow-x-auto']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::card'); ?>
|
||||
<?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(['class' => 'mt-6 overflow-x-auto']); ?>
|
||||
<div>
|
||||
<span class="text-xl font-bold lg:text-2xl">Application</span>
|
||||
</div>
|
||||
|
||||
<div class="mt-4">
|
||||
<span class="font-semibold text-gray-900 dark:text-white"> Routing </span>
|
||||
</div>
|
||||
|
||||
<dl class="mt-1 grid grid-cols-1 rounded border dark:border-gray-800">
|
||||
<?php $__empty_1 = true; $__currentLoopData = $exception->applicationRouteContext(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $name => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
|
||||
<div class="flex items-center gap-2 <?php echo e($loop->first ? '' : 'border-t'); ?> dark:border-gray-800">
|
||||
<span
|
||||
data-tippy-content="<?php echo e($name); ?>"
|
||||
class="lg:text-md w-[8rem] flex-none cursor-pointer truncate border-r px-5 py-3 text-sm dark:border-gray-800 lg:w-[12rem]"
|
||||
><?php echo e($name); ?></span
|
||||
>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="
|
||||
-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem));
|
||||
"
|
||||
>
|
||||
<pre class="scrollbar-hidden overflow-y-hidden text-xs lg:text-sm"><code class="px-5 py-3 overflow-y-hidden scrollbar-hidden max-h-32 overflow-x-scroll scrollbar-hidden-x"><?php echo e($value); ?></code></pre>
|
||||
</span>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem))"
|
||||
>
|
||||
<pre class="scrollbar-hidden mx-5 my-3 overflow-y-hidden text-xs lg:text-sm"><code class="overflow-y-hidden scrollbar-hidden overflow-x-scroll scrollbar-hidden-x">No routing data</code></pre>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
</dl>
|
||||
|
||||
<?php if($routeParametersContext = $exception->applicationRouteParametersContext()): ?>
|
||||
<div class="mt-4">
|
||||
<span class="text-gray-900 dark:text-white text-sm"> Routing Parameters </span>
|
||||
</div>
|
||||
|
||||
<div class="mt-1 rounded border dark:border-gray-800">
|
||||
<div class="flex items-center">
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem))"
|
||||
>
|
||||
<pre class="scrollbar-hidden mx-5 my-3 overflow-y-hidden text-xs lg:text-sm"><code class="overflow-y-hidden scrollbar-hidden overflow-x-scroll scrollbar-hidden-x"><?php echo e($routeParametersContext); ?></code></pre>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="mt-4">
|
||||
<span class="font-semibold text-gray-900 dark:text-white"> Database Queries </span>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-400">
|
||||
<?php if(count($exception->applicationQueries()) === 100): ?>
|
||||
only the first 100 queries are displayed
|
||||
<?php endif; ?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<dl class="mt-1 grid grid-cols-1 rounded border dark:border-gray-800">
|
||||
<?php $__empty_1 = true; $__currentLoopData = $exception->applicationQueries(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as ['connectionName' => $connectionName, 'sql' => $sql, 'time' => $time]): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
|
||||
<div class="flex items-center gap-2 <?php echo e($loop->first ? '' : 'border-t'); ?> dark:border-gray-800">
|
||||
<div class="lg:text-md w-[8rem] flex-none truncate border-r px-5 py-3 text-sm dark:border-gray-800 lg:w-[12rem]">
|
||||
<span><?php echo e($connectionName); ?></span>
|
||||
<span class="hidden text-xs text-gray-500 lg:inline-block">(<?php echo e($time); ?> ms)</span>
|
||||
</div>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="
|
||||
-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem));
|
||||
"
|
||||
>
|
||||
<pre class="scrollbar-hidden overflow-y-hidden text-xs lg:text-sm"><code class="px-5 py-3 overflow-y-hidden scrollbar-hidden max-h-32 overflow-x-scroll scrollbar-hidden-x"><?php echo e($sql); ?></code></pre>
|
||||
</span>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem))"
|
||||
>
|
||||
<pre class="scrollbar-hidden mx-5 my-3 overflow-y-hidden text-xs lg:text-sm"><code class="overflow-y-hidden scrollbar-hidden overflow-x-scroll scrollbar-hidden-x">No query data</code></pre>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
</dl>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $attributes = $__attributesOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $component = $__componentOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__componentOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/context.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,15 @@
|
||||
<div class="modal fade" id="addResumeModal" tabindex="-1" aria-labelledby="addResumeModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-light p-3">
|
||||
<h5 class="modal-title" id="addResumeModalLabel">Create Resume</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"
|
||||
id="close-modal"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<?php echo $__env->make('resume::resume.partials._form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php /**PATH /home/rohiniedu/public_html/Modules/Resume/resources/views/resume/modal/create.blade.php ENDPATH**/ ?>
|
||||
195
storage2/framework/views/0c51aa3d404d2b7292137dbf30ffcbc8.php
Normal file
195
storage2/framework/views/0c51aa3d404d2b7292137dbf30ffcbc8.php
Normal file
@@ -0,0 +1,195 @@
|
||||
<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('Name')->class('form-label')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('title')->class('form-control')->placeholder('Enter Name')->required()); ?>
|
||||
|
||||
<?php echo e(html()->div('Name is required')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<?php echo e(html()->label('Designation')->class('form-label')); ?>
|
||||
|
||||
<?php echo e(html()->text('designation')->class('form-control')->placeholder('Enter Designation')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<?php echo e(html()->label('Degree')->class('form-label')); ?>
|
||||
|
||||
<?php echo e(html()->text('degree')->class('form-control')->placeholder('Enter Degree')); ?>
|
||||
|
||||
</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">
|
||||
<h5 class="card-title mb-0">Other Information</h5>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row gy-3">
|
||||
<div class="col-lg-6">
|
||||
<?php echo e(html()->label('Branch')->class('form-label')->for('branch_id')); ?>
|
||||
|
||||
<?php echo e(html()->select('branch_id', $branchOptions)->class('form-select choices-select')->placeholder('Select')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<?php echo e(html()->label('Address')->class('form-label')->for('address')); ?>
|
||||
|
||||
<?php echo e(html()->text('address')->class('form-control')->placeholder('Enter Address')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<?php echo e(html()->label('Email')->class('form-label')->for('email')); ?>
|
||||
|
||||
<?php echo e(html()->text('email')->class('form-control')->placeholder('Enter Email')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<?php echo e(html()->label('Mobile')->class('form-label')->for('mobile')); ?>
|
||||
|
||||
<?php echo e(html()->text('mobile')->class('form-control')->placeholder('Enter Mobile')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h5 class="card-title mb-0">Social Link</h5>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row gy-3">
|
||||
<div class="col-lg-4">
|
||||
<?php echo e(html()->label('Facebook')->class('form-label')->for('facebook')); ?>
|
||||
|
||||
<?php echo e(html()->text('facebook')->class('form-control')->value(setting('facebook'))->placeholder('Enter Facebook Link')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4">
|
||||
<?php echo e(html()->label('Youtube')->class('form-label')->for('youtube')); ?>
|
||||
|
||||
<?php echo e(html()->text('youtube')->class('form-control')->value(setting('youtube'))->placeholder('Enter Youtube Link')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4">
|
||||
<?php echo e(html()->label('Twitter')->class('form-label')->for('twitter')); ?>
|
||||
|
||||
<?php echo e(html()->text('twitter')->class('form-control')->value(setting('twitter'))->placeholder('Enter Twitter Link')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4">
|
||||
<?php echo e(html()->label('Linkedin')->class('form-label')->for('linkedin')); ?>
|
||||
|
||||
<?php echo e(html()->text('linkedin')->class('form-control')->value(setting('linkedin'))->placeholder('Enter Linkedin Link')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4">
|
||||
<?php echo e(html()->label('Whatsapp')->class('form-label')->for('whatsapp')); ?>
|
||||
|
||||
<?php echo e(html()->text('whatsapp')->class('form-control')->value(setting('whatsapp'))->placeholder('Enter Whatsapp Link')); ?>
|
||||
|
||||
</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('team.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('team.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')->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' => 'image','name' => 'image','data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $team->getRawOriginal('image') : null),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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/team/partials/_form.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,39 @@
|
||||
<?php if($page->children->count() > 7): ?>
|
||||
<?php
|
||||
$blogpage = $page->children[7];
|
||||
?>
|
||||
<!--Blog One Start-->
|
||||
<?php
|
||||
$blogs = getBlogs(limit: 3, order: 'desc', paginate: true);
|
||||
?>
|
||||
<section class="blog-one section-bg section-pd">
|
||||
<div class="container">
|
||||
<div class="section-title text-center">
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline"><?php echo e($blogpage->title); ?></span> </div>
|
||||
<h2 class="section-title__title"><?php echo implode(' ', array_slice(explode(' ', $blogpage->short_description), 0, 3)) .'<br>' .implode(' ', array_slice(explode(' ', $blogpage->short_description), 3)); ?></h2>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!--BLog One Single Start-->
|
||||
<?php $__currentLoopData = $blogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInLeft" data-wow-delay="100ms">
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img"> <img src="<?php echo e($blog->image); ?>" alt=""> </div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li> <a href="<?php echo e(route('blog.single', $blog->slug)); ?>"><span class="icon-calendar"></span><?php echo e(getFormatted(date:$blog->date, format:'d M, Y')); ?></a> </li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="<?php echo e(route('blog.single', $blog->slug)); ?>"><?php echo e($blog->title); ?></a></h3>
|
||||
<p class="blog-one__text"><?php echo e($blog->short_description); ?></p>
|
||||
<a href="<?php echo e(route('blog.single', $blog->slug)); ?>" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
<!--BLog One Single End-->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Blog One End-->
|
||||
<?php endif; ?><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/pages/partials/blog.blade.php ENDPATH**/ ?>
|
||||
107
storage2/framework/views/0ea39ee426a57bedeb5daacefeb0bd3d.php
Normal file
107
storage2/framework/views/0ea39ee426a57bedeb5daacefeb0bd3d.php
Normal file
@@ -0,0 +1,107 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if($errors->any()): ?>
|
||||
<?php if (isset($component)) { $__componentOriginal42e38bf3ebb8c69d910174788b0810d7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\FlashMessage::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('flash-message'); ?>
|
||||
<?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\FlashMessage::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['type' => 'danger','messages' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($errors->all())]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $attributes = $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $component = $__componentOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-xl-3">
|
||||
<div class="card profile-card">
|
||||
<?php echo $__env->make('ccms::gallery.add-gallery-form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-xl-8 col-lg-9">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$columns = [
|
||||
[
|
||||
'title' => 'S.N',
|
||||
'data' => 'DT_RowIndex',
|
||||
'name' => 'DT_RowIndex',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
'sortable' => false,
|
||||
],
|
||||
['title' => 'Image(s)', 'data' => 'images', 'name' => 'images'],
|
||||
['title' => 'Category', 'data' => 'category_id', 'name' => 'category_id'],
|
||||
['title' => 'Name', 'data' => 'title', 'name' => 'title'],
|
||||
['title' => 'Link', 'data' => 'link', 'name' => 'link'],
|
||||
['title' => 'Status', 'data' => 'status', 'name' => 'status'],
|
||||
[
|
||||
'title' => 'Action',
|
||||
'data' => 'action',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('gallery.index'),'reorder' => route('gallery.reorder'),'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('gallery.index')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('gallery.reorder')),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/gallery/index.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
$teams = getTeams(limit: null, order: 'asc');
|
||||
?>
|
||||
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.breadcrumb', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
|
||||
<!--Team Page Start-->
|
||||
<section class="team-page">
|
||||
<div class="team-page__bg" style="background-image: url('assets/images/shapes/team-page-shape-1.png');"></div>
|
||||
<div class="container">
|
||||
<div class="section-title-two text-center">
|
||||
<div class="section-title-two__tagline-box">
|
||||
<p style="font-size:17px" class="section-title-two__tagline"><?php echo e($page->short_description); ?></p>
|
||||
<div class="section-title-two__shape">
|
||||
<img src="assets/images/shapes/section-title-two-shape.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="section-title-two__title"><?php echo $page->description; ?></h2>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!--Team Two Single Start-->
|
||||
<?php $__currentLoopData = $teams; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $team): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="<?php echo e($team->image); ?>" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="<?php echo e($team->linkedin); ?>">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo e($team->twitter); ?>">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo e($team->facebook); ?>">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.html"><?php echo e($team->title); ?></a></h3>
|
||||
<p class="team-two__sub-title"><?php echo e($team->designation); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
<!--Team Two Single End-->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Team Page End-->
|
||||
|
||||
<!--Join Team One Start-->
|
||||
<!--Join Team One End-->
|
||||
|
||||
<?php echo $__env->make('client.rohini.pages.partials.newsletter', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php $__env->stopSection(); ?>
|
||||
<?php echo $__env->make('client.rohini.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/pages/team-template.blade.php ENDPATH**/ ?>
|
||||
187
storage2/framework/views/0f77f524dfa576ef03ad084a3304823e.php
Normal file
187
storage2/framework/views/0f77f524dfa576ef03ad084a3304823e.php
Normal file
@@ -0,0 +1,187 @@
|
||||
<!doctype html>
|
||||
<html lang="en" data-layout="vertical" data-topbar="light" data-sidebar="dark" data-sidebar-size="lg"
|
||||
data-sidebar-image="none" data-preloader="disable">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Consultancy CCMS</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
|
||||
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
|
||||
<meta content="Themesbrand" name="author" />
|
||||
<!-- App favicon -->
|
||||
<link rel="shortcut icon" href="<?php echo e(asset(setting('favicon'))); ?>">
|
||||
<!-- Layout config Js -->
|
||||
<script src="<?php echo e(asset('assets/js/layout.js')); ?>"></script>
|
||||
<!-- Bootstrap Css -->
|
||||
<link href="<?php echo e(asset('assets/css/bootstrap.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
<!-- Icons Css -->
|
||||
<link href="<?php echo e(asset('assets/css/icons.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
<link href="<?php echo e(asset('assets/libs/sweetalert2/sweetalert2.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
<!-- App Css-->
|
||||
<link href="<?php echo e(asset('assets/css/app.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
<!-- custom Css-->
|
||||
<link href="<?php echo e(asset('assets/css/custom.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
|
||||
<?php echo $__env->yieldPushContent('css'); ?>
|
||||
|
||||
<style>
|
||||
:root[data-sidebar="dark"] {
|
||||
--vz-primary: <?php echo e(getThemeColor()); ?>;
|
||||
--primary-theme-color: <?php echo e(getThemeColor()); ?>;
|
||||
--vz-vertical-menu-item-hover-color: <?php echo e(getThemeColor()); ?>;
|
||||
--vz-vertical-menu-item-active-color: <?php echo e(getThemeColor()); ?>;
|
||||
--vz-vertical-menu-sub-item-hover-color: <?php echo e(getThemeColor()); ?>;
|
||||
--vz-vertical-menu-sub-item-active-color: <?php echo e(getThemeColor()); ?>;
|
||||
}
|
||||
|
||||
.nav-border-top-primary .nav-link.active {
|
||||
color: <?php echo e(getThemeColor()); ?>;
|
||||
border-top-color: <?php echo e(getThemeColor()); ?>;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="layout-wrapper">
|
||||
<?php if (isset($component)) { $__componentOriginal24e2055bf31b6a23284333e60f2068dc = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal24e2055bf31b6a23284333e60f2068dc = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.navbar','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.navbar'); ?>
|
||||
<?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([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal24e2055bf31b6a23284333e60f2068dc)): ?>
|
||||
<?php $attributes = $__attributesOriginal24e2055bf31b6a23284333e60f2068dc; ?>
|
||||
<?php unset($__attributesOriginal24e2055bf31b6a23284333e60f2068dc); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal24e2055bf31b6a23284333e60f2068dc)): ?>
|
||||
<?php $component = $__componentOriginal24e2055bf31b6a23284333e60f2068dc; ?>
|
||||
<?php unset($__componentOriginal24e2055bf31b6a23284333e60f2068dc); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($component)) { $__componentOriginal86086141fed54122ceb1beadf772cbd7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal86086141fed54122ceb1beadf772cbd7 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\Dashboard\RemoveNotificationModal::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.remove-notification-modal'); ?>
|
||||
<?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\Dashboard\RemoveNotificationModal::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal86086141fed54122ceb1beadf772cbd7)): ?>
|
||||
<?php $attributes = $__attributesOriginal86086141fed54122ceb1beadf772cbd7; ?>
|
||||
<?php unset($__attributesOriginal86086141fed54122ceb1beadf772cbd7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal86086141fed54122ceb1beadf772cbd7)): ?>
|
||||
<?php $component = $__componentOriginal86086141fed54122ceb1beadf772cbd7; ?>
|
||||
<?php unset($__componentOriginal86086141fed54122ceb1beadf772cbd7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($component)) { $__componentOriginal060abe2a9b4511e378911474e77b046d = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal060abe2a9b4511e378911474e77b046d = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.sidebar','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.sidebar'); ?>
|
||||
<?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([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal060abe2a9b4511e378911474e77b046d)): ?>
|
||||
<?php $attributes = $__attributesOriginal060abe2a9b4511e378911474e77b046d; ?>
|
||||
<?php unset($__attributesOriginal060abe2a9b4511e378911474e77b046d); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal060abe2a9b4511e378911474e77b046d)): ?>
|
||||
<?php $component = $__componentOriginal060abe2a9b4511e378911474e77b046d; ?>
|
||||
<?php unset($__componentOriginal060abe2a9b4511e378911474e77b046d); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="vertical-overlay"></div>
|
||||
<div class="main-content">
|
||||
<div class="page-content">
|
||||
|
||||
<?php echo $__env->yieldContent('content'); ?>
|
||||
|
||||
</div>
|
||||
<?php if (isset($component)) { $__componentOriginal6131d733ccfb7ef2e4ea10b2ead2ef15 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal6131d733ccfb7ef2e4ea10b2ead2ef15 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.footer','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.footer'); ?>
|
||||
<?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([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal6131d733ccfb7ef2e4ea10b2ead2ef15)): ?>
|
||||
<?php $attributes = $__attributesOriginal6131d733ccfb7ef2e4ea10b2ead2ef15; ?>
|
||||
<?php unset($__attributesOriginal6131d733ccfb7ef2e4ea10b2ead2ef15); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal6131d733ccfb7ef2e4ea10b2ead2ef15)): ?>
|
||||
<?php $component = $__componentOriginal6131d733ccfb7ef2e4ea10b2ead2ef15; ?>
|
||||
<?php unset($__componentOriginal6131d733ccfb7ef2e4ea10b2ead2ef15); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginalb02b92b966e456dbe9e2ea436d3dcbab = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalb02b92b966e456dbe9e2ea436d3dcbab = $attributes; } ?>
|
||||
<?php $component = App\View\Components\Dashboard\Preloader::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.preloader'); ?>
|
||||
<?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\Dashboard\Preloader::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalb02b92b966e456dbe9e2ea436d3dcbab)): ?>
|
||||
<?php $attributes = $__attributesOriginalb02b92b966e456dbe9e2ea436d3dcbab; ?>
|
||||
<?php unset($__attributesOriginalb02b92b966e456dbe9e2ea436d3dcbab); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalb02b92b966e456dbe9e2ea436d3dcbab)): ?>
|
||||
<?php $component = $__componentOriginalb02b92b966e456dbe9e2ea436d3dcbab; ?>
|
||||
<?php unset($__componentOriginalb02b92b966e456dbe9e2ea436d3dcbab); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- JAVASCRIPT -->
|
||||
<script>
|
||||
const app_url = "<?php echo e(config('app.url')); ?>";
|
||||
</script>
|
||||
<script src="<?php echo e(asset('assets/libs/jquery/jquery-3.7.1.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/bootstrap/js/bootstrap.bundle.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/simplebar/simplebar.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/node-waves/waves.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/feather-icons/feather.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/js/pages/plugins/lord-icon-2.1.0.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/sweetalert2/sweetalert2.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/js/pages/form-validation.init.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/choice.js/choices.min.js')); ?>"></script>
|
||||
|
||||
<?php echo $__env->yieldPushContent('js'); ?>
|
||||
|
||||
<!-- Ckeditor js -->
|
||||
<script src="<?php echo e(asset('assets/libs/ckeditor4/ckeditor.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/ckeditor4/adapters/jquery.js')); ?>"></script>
|
||||
|
||||
<!-- App js -->
|
||||
<script src="<?php echo e(asset('assets/js/app.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/js/custom.js')); ?>"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/layouts/app.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,11 @@
|
||||
<div class="hstack flex-wrap gap-3">
|
||||
<a href="<?php echo e(route('galleryCategory.index', $id)); ?>" class="link-success fs-15 edit-item-btn"><i class="ri-edit-2-line"></i></a>
|
||||
|
||||
<a data-link="<?php echo e(route('galleryCategory.toggle', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Toggle" data-status="<?php echo e($status == 1 ? 'Draft' : 'Published'); ?>"
|
||||
class="link-info fs-15 toggle-item"><i class="<?php echo e($status == 1 ? 'ri-toggle-line' : 'ri-toggle-fill'); ?>"></i></a>
|
||||
|
||||
<a href="javascript:void(0);" data-link="<?php echo e(route('galleryCategory.destroy', $id)); ?>" class="link-danger fs-15 remove-item"><i
|
||||
class="ri-delete-bin-line"></i>
|
||||
</a>
|
||||
</div>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/galleryCategory/datatable/action.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,98 @@
|
||||
<?php echo e(html()->form('POST', route('user.store'))->class('needs-validation')->attributes(['novalidate'])->open()); ?>
|
||||
|
||||
|
||||
<?php if(isset($user)): ?>
|
||||
<?php echo e(html()->hidden('id', $user->id)); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Name')->for('name')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('name')->value($user->name ?? old('name'))->class('form-control')->placeholder('Enter Name')->required()); ?>
|
||||
|
||||
<?php echo e(html()->div('Please enter a name.')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Email')->for('email')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->email('email')->value($user->email ?? old('email'))->class('form-control')->placeholder('Enter Email')->required()); ?>
|
||||
|
||||
<?php echo e(html()->div('Please enter a email.')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Password')->for('password')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->password('password')->class('form-control')->placeholder('Enter Password')->required(!isset($user))); ?>
|
||||
|
||||
<?php echo e(html()->div('Please enter a password.')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Confirm Password')->for('password_confirmation')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->password('password_confirmation')->class('form-control')->placeholder('Enter Password')->required(!isset($user))); ?>
|
||||
|
||||
<?php echo e(html()->div('Please enter a password.')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12">
|
||||
<div>
|
||||
<div class="form-check mb-2">
|
||||
<?php echo e(html()->checkbox('is_admin')->value(1)->class('form-check-input')->checked(isset($user) && $user->is_admin ? true : false)); ?>
|
||||
|
||||
<?php echo e(html()->label('Is Admin?')->for('is_admin')->class('form-check-label')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal4472fe0a558b38a919fed94c8472a9fd = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal4472fe0a558b38a919fed94c8472a9fd = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form-buttons','data' => ['href' => route('user.index'),'label' => isset($user) ? 'Update' : 'Create']] + (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(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('user.index')),'label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(isset($user) ? 'Update' : 'Create')]); ?>
|
||||
<?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>
|
||||
<?php echo e(html()->form()->close()); ?>
|
||||
|
||||
<?php /**PATH /home/rohiniedu/public_html/Modules/User/resources/views/user/add-user-form.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,84 @@
|
||||
|
||||
<div class="page-wrapper">
|
||||
<header class="main-header">
|
||||
<div class="main-menu__top">
|
||||
<div class="container">
|
||||
<div class="main-menu__top-inner">
|
||||
<ul class="list-unstyled main-menu__contact-list">
|
||||
<li>
|
||||
<div class="icon"> <i class="icon-telephone-call"></i> </div>
|
||||
<div class="text">
|
||||
<p><a href="tel:<?php echo e(setting('phone')); ?>"><?php echo e(setting('phone')); ?></a></p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <i class="icon-mail"></i> </div>
|
||||
<div class="text">
|
||||
<p><a href="mailto:<?php echo e(setting('email')); ?>"><?php echo e(setting('email')); ?></a> </p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <i class="icon-location"></i> </div>
|
||||
<div class="text">
|
||||
<p><?php echo e(setting('location')); ?></p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="main-menu__top-right">
|
||||
<div class="main-menu__top-time">
|
||||
<div class="main-menu__top-time-icon"> <span class="icon-history"></span> </div>
|
||||
<p class="main-menu__top-text"><?php echo e(setting('working_days')); ?>: <?php echo e(setting('working_hours')); ?>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="main-menu__social">
|
||||
<a href="<?php echo e(setting('facebook')); ?>"><i class="fab fa-facebook"></i></a>
|
||||
<a href="<?php echo e(setting('whatsapp')); ?>"><i class="fab fa-whatsapp"></i></a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<nav class="main-menu">
|
||||
<div class="main-menu__wrapper">
|
||||
<div class="container">
|
||||
<div class="main-menu__wrapper-inner">
|
||||
<div class="main-menu__left">
|
||||
<div class="main-menu__logo"> <a href="<?php echo e(route('home')); ?>"><img src="<?php echo e(asset(setting('logo'))); ?>"
|
||||
alt=""></a> </div>
|
||||
<div class="main-menu__main-menu-box"> <a href="<?php echo e(route('home')); ?>" class="mobile-nav__toggler"><i
|
||||
class="fa fa-bars"></i></a>
|
||||
<?php if (! (!$headerMenus)): ?>
|
||||
<ul class="main-menu__list">
|
||||
<?php $__currentLoopData = $headerMenus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
|
||||
<!-- <li> <a href="<?php echo e(route('home')); ?>">Home</a> </li> -->
|
||||
<li class="<?php echo \Illuminate\Support\Arr::toCssClasses(['dropdown'=> $menu->hasSubMenu()]); ?>"> <a target="<?php echo e($menu->target); ?>" href="<?php echo e($menu->route_name); ?>"><?php echo e($menu->title); ?></a>
|
||||
<?php if($menu->hasSubMenu()): ?>
|
||||
<ul>
|
||||
<?php $__currentLoopData = $menu->children; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $subMenu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<li><a href="<?php echo e($subMenu->route_name); ?>"><?php echo e($subMenu->title); ?></a></li>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main-menu__right">
|
||||
<!-- <div class="main-menu__btn-box"> <a href="contact.php" class="main-menu__btn thm-btn"><span class="icon-right-arrow"></span> Free Quote</a> </div>-->
|
||||
<div class="main-menu__nav-sidebar-icon"> <a class="navSidebar-button" href="<?php echo e(route('home')); ?>">
|
||||
<span class="icon-dots-menu-one"></span> <span class="icon-dots-menu-two"></span>
|
||||
<span class="icon-dots-menu-three"></span> </a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="stricky-header stricked-menu main-menu">
|
||||
<div class="sticky-header__content"></div>
|
||||
<!-- /.sticky-header__content -->
|
||||
</div>
|
||||
<!-- /.stricky-header -->
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/layouts/partials/header.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,73 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<div class="card">
|
||||
<div class="card-header align-items-center d-flex">
|
||||
<h5 class="card-title flex-grow-1 mb-0"><?php echo e($title); ?></h5>
|
||||
<div class="flex-shrink-0">
|
||||
<a href="<?php echo e(route('slider.create')); ?>" class="btn waves-effect waves-light text-white"
|
||||
style="background-color: var(--vz-primary)"><i class="ri-add-fill me-1 align-bottom"></i> Create</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$columns = [
|
||||
[
|
||||
'title' => 'S.N',
|
||||
'data' => 'DT_RowIndex',
|
||||
'name' => 'DT_RowIndex',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
],
|
||||
['title' => 'Image(s)', 'data' => 'images', 'name' => 'images'],
|
||||
['title' => 'Title', 'data' => 'title', 'name' => 'title'],
|
||||
['title' => 'Status', 'data' => 'status', 'name' => 'status'],
|
||||
['title' => 'Action', 'data' => 'action', 'orderable' => false, 'searchable' => false],
|
||||
];
|
||||
?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('slider.index'),'reorder' => route('slider.reorder'),'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('slider.index')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('slider.reorder')),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/slider/index.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php $__currentLoopData = $exception->frames(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $frame): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div
|
||||
class="sm:col-span-2"
|
||||
x-show="index === <?php echo e($loop->index); ?>"
|
||||
>
|
||||
<div class="mb-3">
|
||||
<div class="text-md text-gray-500 dark:text-gray-400">
|
||||
<div class="mb-2">
|
||||
|
||||
<?php if(config('app.editor')): ?>
|
||||
<a href="<?php echo e($frame->editorHref()); ?>" class="text-blue-500 hover:underline">
|
||||
<span class="wrap text-gray-900 dark:text-gray-300"><?php echo e($frame->file()); ?></span>
|
||||
</a>
|
||||
<?php else: ?>
|
||||
<span class="wrap text-gray-900 dark:text-gray-300"><?php echo e($frame->file()); ?></span>
|
||||
<?php endif; ?>
|
||||
|
||||
<span class="font-mono text-xs">:<?php echo e($frame->line()); ?></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pt-4 text-sm text-gray-500 dark:text-gray-400">
|
||||
<pre class="h-[32.5rem] rounded-md dark:bg-gray-800 border dark:border-gray-700"><template x-if="true"><code
|
||||
style="display: none;"
|
||||
id="frame-<?php echo e($loop->index); ?>"
|
||||
class="language-php highlightable-code <?php if($loop->index === $exception->defaultFrame()): ?> default-highlightable-code <?php endif; ?> scrollbar-hidden overflow-y-hidden"
|
||||
data-line-number="<?php echo e($frame->line()); ?>"
|
||||
data-ln-start-from="<?php echo e(max($frame->line() - 5, 1)); ?>"
|
||||
><?php echo e($frame->snippet()); ?></code></template></pre>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/editor.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,34 @@
|
||||
<tr class="qualification-level">
|
||||
<td>
|
||||
<?php echo e(html()->text('level[' . $numInc . '][level]')->class('form-control')->placeholder('Qualification Level')->value($value->level ?? null)->required()); ?>
|
||||
|
||||
<?php echo e(html()->div('Please enter level')->class('invalid-feedback')); ?>
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
<td class="d-flex flex-column gap-2">
|
||||
<?php echo e(html()->text('level[' . $numInc . '][faculty]')->class('form-control')->value($value->faculty ?? null)->placeholder('Faculty')); ?>
|
||||
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<?php echo e(html()->text('level[' . $numInc . '][score]')->class('form-control')->value($value->score ?? null)->placeholder('Score')); ?>
|
||||
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<?php echo e(html()->text('level[' . $numInc . '][year]')->class('form-control')->value($value->year ?? null)->placeholder('Year')); ?>
|
||||
|
||||
</td>
|
||||
<td class="align-middle">
|
||||
<div class="hstack gap-2">
|
||||
<a href="javascript:void(0)" onclick="cloneRow(this)" class="btn btn-sm btn-secondary fw-medium"><i
|
||||
class="ri-add-fill align-middle"></i></a>
|
||||
<a href="javascript:void(0)" class="btn btn-sm btn-danger" onclick="removeRow(this)">
|
||||
<i class="ri-subtract-line align-middle"></i>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<?php /**PATH /home/rohiniedu/public_html/Modules/CourseFinder/resources/views/program/partials/qualification-form.blade.php ENDPATH**/ ?>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,55 @@
|
||||
<?php echo e(html()->form('POST', route('galleryCategory.store'))->class('needs-validation')->attributes(['novalidate'])->open()); ?>
|
||||
|
||||
|
||||
<?php if(isset($galleryCategory)): ?>
|
||||
<?php echo e(html()->hidden('id', $galleryCategory->id)); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Title')->for('title')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('title')->value($galleryCategory->title ?? old('title'))->class('form-control')->placeholder('Enter Title')->required()); ?>
|
||||
|
||||
<?php echo e(html()->div('Please enter a title.')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Slug')->for('slug')); ?>
|
||||
|
||||
<?php echo e(html()->text('slug')->value($galleryCategory->slug ?? old('slug'))->class('form-control')->placeholder('Enter Category Slug')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal4472fe0a558b38a919fed94c8472a9fd = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal4472fe0a558b38a919fed94c8472a9fd = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form-buttons','data' => ['href' => route('galleryCategory.index'),'label' => isset($galleryCategory) ? 'Update' : 'Create']] + (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(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('galleryCategory.index')),'label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(isset($galleryCategory) ? 'Update' : 'Create')]); ?>
|
||||
<?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>
|
||||
<?php echo e(html()->form()->close()); ?>
|
||||
|
||||
<?php /**PATH /home/rohiniedu/public_html/Modules/CCMS/resources/views/galleryCategory/add-gallery-category-form.blade.php ENDPATH**/ ?>
|
||||
124
storage2/framework/views/15198bf075b7e661d397da43d80f5677.php
Normal file
124
storage2/framework/views/15198bf075b7e661d397da43d80f5677.php
Normal file
@@ -0,0 +1,124 @@
|
||||
<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-6">
|
||||
<?php echo e(html()->label('Name')->class('form-label')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('title')->class('form-control')->placeholder('Enter Name')->required()); ?>
|
||||
|
||||
<?php echo e(html()->div('Name is required')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<?php echo e(html()->label('Location')->class('form-label')); ?>
|
||||
|
||||
<?php echo e(html()->text('designation')->class('form-control')->placeholder('Enter Location')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<?php echo e(html()->label('Company')->class('form-label')); ?>
|
||||
|
||||
<?php echo e(html()->text('company')->class('form-control')->placeholder('Enter Company')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<?php echo e(html()->label('Branch')->class('form-label')->for('branch_id')); ?>
|
||||
|
||||
<?php echo e(html()->select('branch_id', $branchOptions)->class('form-select choices-select')->placeholder('Select')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<?php echo e(html()->label('Comment')->class('form-label')->for('description')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('description')->class('form-control')->rows(10)); ?>
|
||||
|
||||
</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('team.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('team.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')->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' => 'image','name' => 'image','data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $testimonial->getRawOriginal('image') : null),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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 D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/testimonial/partials/_form.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,56 @@
|
||||
<?php if($page->children->count() > 7): ?>
|
||||
<?php
|
||||
$blogpage = $page->children[7];
|
||||
?>
|
||||
<!--Blog One Start-->
|
||||
<?php
|
||||
$blogs = getBlogs(limit: 3, order: 'desc', paginate: true);
|
||||
?>
|
||||
<section class="blog-one section-bg pt-10 pb-10">
|
||||
<div class="container">
|
||||
<div class="section-title text-center">
|
||||
<div class="section-title__tagline-box"> <span
|
||||
class="section-title__tagline"><?php echo e($blogpage->title); ?></span> </div>
|
||||
<h2 class="section-title__title"><?php echo implode(' ', array_slice(explode(' ', $blogpage->short_description), 0, 3)) .
|
||||
'<br>' .
|
||||
implode(' ', array_slice(explode(' ', $blogpage->short_description), 3)); ?></h2>
|
||||
</div>
|
||||
<div class="row" >
|
||||
<!--BLog One Single Start-->
|
||||
<?php $__currentLoopData = $blogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInLeft" data-wow-delay="100ms">
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img"> <img class="blog-style1" src="<?php echo e($blog->image); ?>"
|
||||
alt=""> </div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li> <a href="<?php echo e(route('blog.single', $blog->slug)); ?>"><span
|
||||
class="icon-calendar"></span><?php echo e(getFormatted(date: $blog->date, format: 'd M, Y')); ?></a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a
|
||||
href="<?php echo e(route('blog.single', $blog->slug)); ?>"><?php echo e($blog->title); ?></a></h3>
|
||||
|
||||
<p class="blog-one__text"><?php echo e(str($blog->short_description)->limit(170)); ?></p>
|
||||
<a href="<?php echo e(route('blog.single', $blog->slug)); ?>" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
<!--BLog One Single End-->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Blog One End-->
|
||||
<?php endif; ?>
|
||||
|
||||
<styLe>
|
||||
.blog-style1 {
|
||||
height: 300PX;
|
||||
object-fit: cover;
|
||||
}
|
||||
</styLe>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/client/rohini/pages/partials/blog.blade.php ENDPATH**/ ?>
|
||||
337
storage2/framework/views/16cbcca1f5350dd1ae63df54b33817e2.php
Normal file
337
storage2/framework/views/16cbcca1f5350dd1ae63df54b33817e2.php
Normal file
@@ -0,0 +1,337 @@
|
||||
<div class="row">
|
||||
<div class="col-xl-8">
|
||||
<div class="card h-auto">
|
||||
<div class="card-body">
|
||||
<div class="row gy-3">
|
||||
<div class="col-12">
|
||||
<?php echo e(html()->label('Title')->class('form-label')->for('title')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('title')->class('form-control')->placeholder('Enter Service Title')->required(true)); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<?php echo e(html()->label('Description (Short)')->class('form-label')->for('short_description')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('short_description')->class('form-control')->placeholder('Enter Description (Short)')->rows(5)); ?>
|
||||
|
||||
</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')->placeholder('Enter Description')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'ccms::components.custom-form-field','data' => ['data' => $service->custom ?? []]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('ccms::custom-form-field'); ?>
|
||||
<?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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($service->custom ?? [])]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5)): ?>
|
||||
<?php $attributes = $__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5; ?>
|
||||
<?php unset($__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5)): ?>
|
||||
<?php $component = $__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5; ?>
|
||||
<?php unset($__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="card meta-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">Meta</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-xl-12 col-sm-12">
|
||||
<?php echo e(html()->label('Meta Title')->class('form-label')->for('meta_title')); ?>
|
||||
|
||||
<?php echo e(html()->text('meta_title')->class('form-control mb-3')->placeholder('Meta Title')); ?>
|
||||
|
||||
</div>
|
||||
<div class="col-xl-12 col-sm-12">
|
||||
<?php echo e(html()->label('Meta Keywords')->class('form-label')->for('meta_keywords')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('meta_keywords')->class('form-control mb-3')->placeholder('Meta Keywords')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-xl-12 col-sm-12">
|
||||
<?php echo e(html()->label('Meta Description')->class('form-label')->for('meta_description')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('meta_description')->class('form-control mb-3')->placeholder('Meta wire:Description')->rows(3)); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-xl-4">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Published
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php echo e(html()->label('Status')->class('form-label visually-hidden')->for('status')); ?>
|
||||
|
||||
<?php echo e(html()->select('status', config('constants.page_status_options'))->class('form-select choices-select')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal4472fe0a558b38a919fed94c8472a9fd = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal4472fe0a558b38a919fed94c8472a9fd = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form-buttons','data' => ['href' => route('service.index'),'label' => isset($service) ? 'Update' : 'Create']] + (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(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('service.index')),'label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(isset($service) ? 'Update' : 'Create')]); ?>
|
||||
<?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">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Page Attributes
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php echo e(html()->label('Parent Service')->class('form-label')->for('parent_id')); ?>
|
||||
|
||||
<?php echo e(html()->select('parent_id', $serviceOptions ?? [])->value($service->parent_id ?? old('parent_id'))->class('form-select choices-select')->placeholder('Select')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card media-gallery-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Icon
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Icon')->class('form-label')->for('icon_class')); ?>
|
||||
|
||||
<?php echo e(html()->text('icon_class')->class('form-control')->placeholder('Icon class')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php echo e(html()->label('Icon Image')->class('form-label')->for('icon_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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $service->getRawOriginal('icon_image') : null),'id' => 'icon_image','name' => 'icon_image','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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 class="card featured-image-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Featured Image
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Featured')->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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $service->getRawOriginal('image') : null),'id' => 'image','name' => 'image','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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>
|
||||
|
||||
<?php echo e(html()->label('Banner')->class('form-label')->for('banner')); ?>
|
||||
|
||||
<?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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $service->getRawOriginal('banner') : null),'id' => 'banner','name' => 'banner','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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 class="card media-gallery-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Media Gallery
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?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 ? $service->getRawOriginal('images') : null),'multiple' => true,'label' => 'Select Images']); ?>
|
||||
<?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 class="card sidebar-section">
|
||||
<div class="card-header d-flex jusitfy-content-between align-items-center">
|
||||
<h6 class="card-title mb-0 fs-14">Sidebar</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row gy-3">
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Title')->class('form-label')->for('sidebar_title')); ?>
|
||||
|
||||
<?php echo e(html()->text('sidebar_title')->class('form-control')); ?>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Content')->class('form-label')->for('sidebar_content')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('sidebar_content')->class('form-control')->placeholder('Short Content (optional)')->rows(3)); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Image')->class('form-label')->for('sidebar_content')); ?>
|
||||
|
||||
<?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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $service->getRawOriginal('sidebar_image') : null),'id' => 'sidebar_image','name' => 'sidebar_image','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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>
|
||||
|
||||
<div class="card button-section">
|
||||
<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_url')); ?>
|
||||
|
||||
<?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()->select('button_target', config('constants.redirect_options'))->class('form-select choices-select')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\Modules/CCMS\resources/views/service/partials/_form.blade.php ENDPATH**/ ?>
|
||||
194
storage2/framework/views/16e9a25426670e6ee5e2e55f4ee22895.php
Normal file
194
storage2/framework/views/16e9a25426670e6ee5e2e55f4ee22895.php
Normal file
@@ -0,0 +1,194 @@
|
||||
<script>
|
||||
|
||||
(function () {
|
||||
const darkStyles = document.querySelector('style[data-theme="dark"]')?.textContent
|
||||
const lightStyles = document.querySelector('style[data-theme="light"]')?.textContent
|
||||
|
||||
const removeStyles = () => {
|
||||
document.querySelector('style[data-theme="dark"]')?.remove()
|
||||
document.querySelector('style[data-theme="light"]')?.remove()
|
||||
}
|
||||
|
||||
removeStyles()
|
||||
|
||||
setDarkClass = () => {
|
||||
removeStyles()
|
||||
|
||||
const isDark = localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)
|
||||
|
||||
isDark ? document.documentElement.classList.add('dark') : document.documentElement.classList.remove('dark')
|
||||
|
||||
if (isDark) {
|
||||
document.head.insertAdjacentHTML('beforeend', `<style data-theme="dark">${darkStyles}</style>`)
|
||||
} else {
|
||||
document.head.insertAdjacentHTML('beforeend', `<style data-theme="light">${lightStyles}</style>`)
|
||||
}
|
||||
}
|
||||
|
||||
setDarkClass()
|
||||
|
||||
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', setDarkClass)
|
||||
})();
|
||||
</script>
|
||||
|
||||
<div
|
||||
class="relative"
|
||||
x-data="{
|
||||
menu: false,
|
||||
theme: localStorage.theme,
|
||||
darkMode() {
|
||||
this.theme = 'dark'
|
||||
localStorage.theme = 'dark'
|
||||
setDarkClass()
|
||||
},
|
||||
lightMode() {
|
||||
this.theme = 'light'
|
||||
localStorage.theme = 'light'
|
||||
setDarkClass()
|
||||
},
|
||||
systemMode() {
|
||||
this.theme = undefined
|
||||
localStorage.removeItem('theme')
|
||||
setDarkClass()
|
||||
},
|
||||
}"
|
||||
@click.outside="menu = false"
|
||||
>
|
||||
<button
|
||||
x-cloak
|
||||
class="block rounded p-1 hover:bg-gray-100 dark:hover:bg-gray-800"
|
||||
:class="theme ? 'text-gray-700 dark:text-gray-300' : 'text-gray-400 dark:text-gray-600 hover:text-gray-500 focus:text-gray-500 dark:hover:text-gray-500 dark:focus:text-gray-500'"
|
||||
@click="menu = ! menu"
|
||||
>
|
||||
<?php if (isset($component)) { $__componentOriginalbfde029a2e31d1ec96b5017ff81a67a7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalbfde029a2e31d1ec96b5017ff81a67a7 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.icons.sun','data' => ['class' => 'block h-5 w-5 dark:hidden']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::icons.sun'); ?>
|
||||
<?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(['class' => 'block h-5 w-5 dark:hidden']); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalbfde029a2e31d1ec96b5017ff81a67a7)): ?>
|
||||
<?php $attributes = $__attributesOriginalbfde029a2e31d1ec96b5017ff81a67a7; ?>
|
||||
<?php unset($__attributesOriginalbfde029a2e31d1ec96b5017ff81a67a7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalbfde029a2e31d1ec96b5017ff81a67a7)): ?>
|
||||
<?php $component = $__componentOriginalbfde029a2e31d1ec96b5017ff81a67a7; ?>
|
||||
<?php unset($__componentOriginalbfde029a2e31d1ec96b5017ff81a67a7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($component)) { $__componentOriginal6dda8ad3ea7f20f6c0a87e7037386745 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal6dda8ad3ea7f20f6c0a87e7037386745 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.icons.moon','data' => ['class' => 'hidden h-5 w-5 dark:block']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::icons.moon'); ?>
|
||||
<?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(['class' => 'hidden h-5 w-5 dark:block']); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal6dda8ad3ea7f20f6c0a87e7037386745)): ?>
|
||||
<?php $attributes = $__attributesOriginal6dda8ad3ea7f20f6c0a87e7037386745; ?>
|
||||
<?php unset($__attributesOriginal6dda8ad3ea7f20f6c0a87e7037386745); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal6dda8ad3ea7f20f6c0a87e7037386745)): ?>
|
||||
<?php $component = $__componentOriginal6dda8ad3ea7f20f6c0a87e7037386745; ?>
|
||||
<?php unset($__componentOriginal6dda8ad3ea7f20f6c0a87e7037386745); ?>
|
||||
<?php endif; ?>
|
||||
</button>
|
||||
|
||||
<div
|
||||
x-show="menu"
|
||||
class="absolute right-0 z-10 flex origin-top-right flex-col rounded-md bg-white shadow-xl ring-1 ring-gray-900/5 dark:bg-gray-800"
|
||||
style="display: none"
|
||||
@click="menu = false"
|
||||
>
|
||||
<button
|
||||
class="flex items-center gap-3 px-4 py-2 hover:rounded-t-md hover:bg-gray-100 dark:hover:bg-gray-700"
|
||||
:class="theme === 'light' ? 'text-gray-900 dark:text-gray-100' : 'text-gray-500 dark:text-gray-400'"
|
||||
@click="lightMode()"
|
||||
>
|
||||
<?php if (isset($component)) { $__componentOriginalbfde029a2e31d1ec96b5017ff81a67a7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalbfde029a2e31d1ec96b5017ff81a67a7 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.icons.sun','data' => ['class' => 'h-5 w-5']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::icons.sun'); ?>
|
||||
<?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(['class' => 'h-5 w-5']); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalbfde029a2e31d1ec96b5017ff81a67a7)): ?>
|
||||
<?php $attributes = $__attributesOriginalbfde029a2e31d1ec96b5017ff81a67a7; ?>
|
||||
<?php unset($__attributesOriginalbfde029a2e31d1ec96b5017ff81a67a7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalbfde029a2e31d1ec96b5017ff81a67a7)): ?>
|
||||
<?php $component = $__componentOriginalbfde029a2e31d1ec96b5017ff81a67a7; ?>
|
||||
<?php unset($__componentOriginalbfde029a2e31d1ec96b5017ff81a67a7); ?>
|
||||
<?php endif; ?>
|
||||
Light
|
||||
</button>
|
||||
<button
|
||||
class="flex items-center gap-3 px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-700"
|
||||
:class="theme === 'dark' ? 'text-gray-900 dark:text-gray-100' : 'text-gray-500 dark:text-gray-400'"
|
||||
@click="darkMode()"
|
||||
>
|
||||
<?php if (isset($component)) { $__componentOriginal6dda8ad3ea7f20f6c0a87e7037386745 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal6dda8ad3ea7f20f6c0a87e7037386745 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.icons.moon','data' => ['class' => 'h-5 w-5']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::icons.moon'); ?>
|
||||
<?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(['class' => 'h-5 w-5']); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal6dda8ad3ea7f20f6c0a87e7037386745)): ?>
|
||||
<?php $attributes = $__attributesOriginal6dda8ad3ea7f20f6c0a87e7037386745; ?>
|
||||
<?php unset($__attributesOriginal6dda8ad3ea7f20f6c0a87e7037386745); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal6dda8ad3ea7f20f6c0a87e7037386745)): ?>
|
||||
<?php $component = $__componentOriginal6dda8ad3ea7f20f6c0a87e7037386745; ?>
|
||||
<?php unset($__componentOriginal6dda8ad3ea7f20f6c0a87e7037386745); ?>
|
||||
<?php endif; ?>
|
||||
Dark
|
||||
</button>
|
||||
<button
|
||||
class="flex items-center gap-3 px-4 py-2 hover:rounded-b-md hover:bg-gray-100 dark:hover:bg-gray-700"
|
||||
:class="theme === undefined ? 'text-gray-900 dark:text-gray-100' : 'text-gray-500 dark:text-gray-400'"
|
||||
@click="systemMode()"
|
||||
>
|
||||
<?php if (isset($component)) { $__componentOriginala52e607cb40b8eec566206ff9f3ca13c = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginala52e607cb40b8eec566206ff9f3ca13c = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.icons.computer-desktop','data' => ['class' => 'h-5 w-5']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::icons.computer-desktop'); ?>
|
||||
<?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(['class' => 'h-5 w-5']); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginala52e607cb40b8eec566206ff9f3ca13c)): ?>
|
||||
<?php $attributes = $__attributesOriginala52e607cb40b8eec566206ff9f3ca13c; ?>
|
||||
<?php unset($__attributesOriginala52e607cb40b8eec566206ff9f3ca13c); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginala52e607cb40b8eec566206ff9f3ca13c)): ?>
|
||||
<?php $component = $__componentOriginala52e607cb40b8eec566206ff9f3ca13c; ?>
|
||||
<?php unset($__componentOriginala52e607cb40b8eec566206ff9f3ca13c); ?>
|
||||
<?php endif; ?>
|
||||
System
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/theme-switcher.blade.php ENDPATH**/ ?>
|
||||
316
storage2/framework/views/17527d9dab8cd3562051601806381677.php
Normal file
316
storage2/framework/views/17527d9dab8cd3562051601806381677.php
Normal file
@@ -0,0 +1,316 @@
|
||||
<div class="row">
|
||||
<div class="col-xl-8">
|
||||
<div class="card h-auto">
|
||||
<div class="card-body">
|
||||
<div class="row gy-3">
|
||||
<div class="col-12">
|
||||
<?php echo e(html()->label('Title')->class('form-label')->for('title')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('title')->class('form-control')->placeholder('Enter Blog Title')->required(true)); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-6">
|
||||
<?php echo e(html()->label('Category')->class('form-label')->for('category_id')); ?>
|
||||
|
||||
<?php echo e(html()->select('category_id', $categoryOptions)->class('form-select choices-select')->placeholder('Select')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-6">
|
||||
<?php echo e(html()->label('Published Date')->class('form-label')->for('date')); ?>
|
||||
|
||||
<?php echo e(html()->date('date')->class('form-control')->value($blog->date ?? date('Y-m-d'))); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<?php echo e(html()->label('Description (Short)')->class('form-label')->for('short_description')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('short_description')->class('form-control')->placeholder('Enter Blog Description')->rows(5)); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<?php echo e(html()->label('Description')->class('form-label')->for('description')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('description')->class('form-control ckeditor-classic')->placeholder('Enter Blog Description')->required()); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'ccms::components.custom-form-field','data' => ['data' => $blog->custom ?? []]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('ccms::custom-form-field'); ?>
|
||||
<?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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($blog->custom ?? [])]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5)): ?>
|
||||
<?php $attributes = $__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5; ?>
|
||||
<?php unset($__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5)): ?>
|
||||
<?php $component = $__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5; ?>
|
||||
<?php unset($__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="card meta-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">Meta</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-xl-12 col-sm-12">
|
||||
<?php echo e(html()->label('Meta Title')->class('form-label')->for('meta_title')); ?>
|
||||
|
||||
<?php echo e(html()->text('meta_title')->class('form-control mb-3')->placeholder('Meta Title')); ?>
|
||||
|
||||
</div>
|
||||
<div class="col-xl-12 col-sm-12">
|
||||
<?php echo e(html()->label('Meta Keywords')->class('form-label')->for('meta_keywords')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('meta_keywords')->class('form-control mb-3')->placeholder('Meta Keywords')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-xl-12 col-sm-12">
|
||||
<?php echo e(html()->label('Meta Description')->class('form-label')->for('meta_description')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('meta_description')->class('form-control mb-3')->placeholder('Meta Description')->rows(3)); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-xl-4">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Published
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php echo e(html()->label('Status')->class('form-label visually-hidden')->for('status')); ?>
|
||||
|
||||
<?php echo e(html()->select('status', config('constants.page_status_options'))->class('form-select choices-select')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal4472fe0a558b38a919fed94c8472a9fd = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal4472fe0a558b38a919fed94c8472a9fd = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form-buttons','data' => ['href' => route('blog.index'),'label' => isset($blog) ? 'Update' : 'Create']] + (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(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('blog.index')),'label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(isset($blog) ? 'Update' : 'Create')]); ?>
|
||||
<?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">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Author
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php echo e(html()->label('Author')->class('form-label')->for('author')); ?>
|
||||
|
||||
<?php echo e(html()->text('author')->class('form-control')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card featured-image-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Featured Image
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Featured')->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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $blog->getRawOriginal('image') : null),'id' => 'image','name' => 'image','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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>
|
||||
|
||||
<?php echo e(html()->label('Banner')->class('form-label')->for('banner')); ?>
|
||||
|
||||
<?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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $blog->getRawOriginal('banner') : null),'id' => 'banner','name' => 'banner','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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 class="card media-gallery-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Media Gallery
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?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 ? $blog->getRawOriginal('images') : null),'multiple' => true,'label' => 'Select Images']); ?>
|
||||
<?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 class="card sidebar-section">
|
||||
<div class="card-header d-flex jusitfy-content-between align-items-center">
|
||||
<h6 class="card-title mb-0 fs-14">Sidebar</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row gy-3">
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Title')->class('form-label')->for('sidebar_title')); ?>
|
||||
|
||||
<?php echo e(html()->text('sidebar_title')->class('form-control')); ?>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Content')->class('form-label')->for('sidebar_content')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('sidebar_content')->class('form-control')->placeholder('Short Content (optional)')->rows(3)); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Image')->class('form-label')->for('sidebar_content')); ?>
|
||||
|
||||
<?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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $blog->getRawOriginal('sidebar_image') : null),'id' => 'sidebar_image','name' => 'sidebar_image','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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>
|
||||
|
||||
<div class="card button-section">
|
||||
<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()->text('button_text')->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()->select('button_target', config('constants.redirect_options'))->class('form-select choices-select')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/blog/partials/_form.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,42 @@
|
||||
<div class="app-menu navbar-menu">
|
||||
<!-- LOGO -->
|
||||
<div class="navbar-brand-box">
|
||||
<!-- Dark Logo-->
|
||||
<a href="<?php echo e(route('dashboard')); ?>" class="logo logo-dark">
|
||||
<span class="logo-sm">
|
||||
<img src="<?php echo e(asset(setting('favicon'))); ?>" alt="" height="22">
|
||||
</span>
|
||||
<span class="logo-lg">
|
||||
<img class="dark-login" src="<?php echo e(asset(setting('logo'))); ?>" alt="">
|
||||
</span>
|
||||
</a>
|
||||
<!-- Light Logo-->
|
||||
<a href="<?php echo e(route('dashboard')); ?>" class="logo logo-light">
|
||||
<span class="logo-sm">
|
||||
<img src="<?php echo e(asset(setting('favicon'))); ?>" alt="" height="22">
|
||||
</span>
|
||||
<span class="logo-lg">
|
||||
<img class="light-login" src="<?php echo e(asset(setting('logo_white'))); ?>" alt="">
|
||||
</span>
|
||||
</a>
|
||||
<button type="button" class="btn btn-sm p-0 fs-20 header-item float-end btn-vertical-sm-hover" id="vertical-hover">
|
||||
<i class="ri-record-circle-line"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div id="scrollbar">
|
||||
<div class="container-fluid">
|
||||
|
||||
<div id="two-column-menu">
|
||||
</div>
|
||||
<ul class="navbar-nav" id="navbar-nav">
|
||||
<?php echo Module::sidebarMenu(); ?>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Sidebar -->
|
||||
</div>
|
||||
|
||||
<div class="sidebar-background"></div>
|
||||
</div>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/components/dashboard/sidebar.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,24 @@
|
||||
<!-- removeNotificationModal -->
|
||||
<div id="removeNotificationModal" class="modal fade zoomIn" tabindex="-1" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" id="NotificationModalbtn-close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="mt-2 text-center">
|
||||
<lord-icon src="https://cdn.lordicon.com/gsqxdxog.json" trigger="loop" colors="primary:#f7b84b,secondary:#f06548" style="width:100px;height:100px"></lord-icon>
|
||||
<div class="mt-4 pt-2 fs-15 mx-4 mx-sm-5">
|
||||
<h4>Are you sure ?</h4>
|
||||
<p class="text-muted mx-4 mb-0">Are you sure you want to remove this Notification ?</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex gap-2 justify-content-center mt-4 mb-2">
|
||||
<button type="button" class="btn w-sm btn-light" data-bs-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn w-sm btn-danger" id="delete-notification">Yes, Delete It!</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div><!-- /.modal-content -->
|
||||
</div><!-- /.modal-dialog -->
|
||||
</div><!-- /.modal --><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/components/dashboard/remove-notification-modal.blade.php ENDPATH**/ ?>
|
||||
207
storage2/framework/views/18a394780bbaeb0f44a66c5a2d337373.php
Normal file
207
storage2/framework/views/18a394780bbaeb0f44a66c5a2d337373.php
Normal file
@@ -0,0 +1,207 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="row project-wrapper">
|
||||
<div class="col-xxl-8">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-md-6">
|
||||
<!-- card -->
|
||||
<div class="card card-animate">
|
||||
<div class="card-body">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="flex-grow-1">
|
||||
<p class="text-uppercase fw-medium text-muted mb-0">Active Users</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-end justify-content-between mt-4">
|
||||
<div>
|
||||
<h4 class="fs-22 fw-semibold ff-secondary mb-4"><span class="counter-value"
|
||||
data-target="<?php echo e($usersCount ?? 0); ?>">0</span></h4>
|
||||
</div>
|
||||
<div class="avatar-sm flex-shrink-0">
|
||||
<span class="avatar-title bg-warning-subtle rounded fs-3">
|
||||
<i class="ri-user-line text-warning"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
|
||||
<div class="col-xl-3 col-md-6">
|
||||
<!-- card -->
|
||||
<div class="card card-animate">
|
||||
<div class="card-body">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="flex-grow-1">
|
||||
<p class="text-uppercase fw-medium text-muted mb-0">Total Blogs</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-end justify-content-between mt-4">
|
||||
<div>
|
||||
<h4 class="fs-22 fw-semibold ff-secondary mb-4"><span class="counter-value"
|
||||
data-target="<?php echo e($blogsCount ?? 0); ?>">0</span></h4>
|
||||
</div>
|
||||
<div class="avatar-sm flex-shrink-0">
|
||||
<span class="avatar-title bg-info-subtle rounded fs-3">
|
||||
<i class="ri-newspaper-line text-info"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
|
||||
<div class="col-xl-3 col-md-6">
|
||||
<!-- card -->
|
||||
<div class="card card-animate">
|
||||
<div class="card-body">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="flex-grow-1">
|
||||
<p class="text-uppercase fw-medium text-muted mb-0">Total Team Members</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-end justify-content-between mt-4">
|
||||
<div>
|
||||
<h4 class="fs-22 fw-semibold ff-secondary mb-4"><span class="counter-value"
|
||||
data-target="<?php echo e($teamsCount ?? 0); ?>">0</span></h4>
|
||||
</div>
|
||||
<div class="avatar-sm flex-shrink-0">
|
||||
<span class="avatar-title bg-secondary-subtle rounded fs-3">
|
||||
<i class="ri-team-line text-secondary"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
|
||||
<div class="col-xl-3 col-md-6">
|
||||
<!-- card -->
|
||||
<div class="card card-animate">
|
||||
<div class="card-body">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="flex-grow-1">
|
||||
<p class="text-uppercase fw-medium text-muted mb-0">Total Services</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-end justify-content-between mt-4">
|
||||
<div>
|
||||
<h4 class="fs-22 fw-semibold ff-secondary mb-4"><span class="counter-value"
|
||||
data-target="<?php echo e($servicesCount ?? 0); ?>">0</span></h4>
|
||||
</div>
|
||||
<div class="avatar-sm flex-shrink-0">
|
||||
<span class="avatar-title bg-success-subtle rounded fs-3">
|
||||
<i class="ri-customer-service-2-line text-success"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
|
||||
<div class="col-xl-3 col-md-6">
|
||||
<!-- card -->
|
||||
<div class="card card-animate">
|
||||
<div class="card-body">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="flex-grow-1">
|
||||
<p class="text-uppercase fw-medium text-muted mb-0">Total Partners</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-end justify-content-between mt-4">
|
||||
<div>
|
||||
<h4 class="fs-22 fw-semibold ff-secondary mb-4"><span class="counter-value"
|
||||
data-target="<?php echo e($partnersCount ?? 0); ?>">0</span></h4>
|
||||
</div>
|
||||
<div class="avatar-sm flex-shrink-0">
|
||||
<span class="avatar-title bg-dark-subtle rounded fs-3">
|
||||
<i class="ri-hand-heart-line text-dark"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
|
||||
<div class="col-xl-12 col-md-12">
|
||||
<!-- card -->
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h5 class="card-title mb-0">Recent Enquiries<h5>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$columns = [
|
||||
[
|
||||
'title' => 'S.N',
|
||||
'data' => 'DT_RowIndex',
|
||||
'name' => 'DT_RowIndex',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
'sortable' => false,
|
||||
],
|
||||
['title' => 'Name', 'data' => 'name', 'name' => 'name'],
|
||||
['title' => 'Email', 'data' => 'email', 'name' => 'email'],
|
||||
['title' => 'Contact', 'data' => 'mobile', 'name' => 'mobile'],
|
||||
['title' => 'Class', 'data' => 'class', 'name' => 'class'],
|
||||
['title' => 'Subject', 'data' => 'subject', 'name' => 'subject'],
|
||||
['title' => 'Message', 'data' => 'message', 'name' => 'message'],
|
||||
[
|
||||
'title' => 'Action',
|
||||
'data' => 'action',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
],
|
||||
];
|
||||
?>
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('dashboard.getEnquiries'),'reorder' => null,'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('dashboard.getEnquiries')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(null),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div><!-- end card body -->
|
||||
</div><!-- end card -->
|
||||
</div><!-- end col -->
|
||||
</div><!-- end row -->
|
||||
</div><!-- end col -->
|
||||
</div><!-- end row -->
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/dashboard.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,11 @@
|
||||
<div class="hstack flex-wrap gap-3">
|
||||
<a href="<?php echo e(route('gallery.index', $id)); ?>" class="link-success fs-15 edit-item-btn"><i class="ri-edit-2-line"></i></a>
|
||||
|
||||
<a data-link="<?php echo e(route('gallery.toggle', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Toggle" data-status="<?php echo e($status == 1 ? 'Draft' : 'Published'); ?>"
|
||||
class="link-info fs-15 toggle-item"><i class="<?php echo e($status == 1 ? 'ri-toggle-line' : 'ri-toggle-fill'); ?>"></i></a>
|
||||
|
||||
<a href="javascript:void(0);" data-link="<?php echo e(route('gallery.destroy', $id)); ?>" class="link-danger fs-15 remove-item"><i
|
||||
class="ri-delete-bin-line"></i>
|
||||
</a>
|
||||
</div>
|
||||
<?php /**PATH /home/rohiniedu/public_html/Modules/CCMS/resources/views/gallery/datatable/action.blade.php ENDPATH**/ ?>
|
||||
306
storage2/framework/views/19bdcbb7daa115a7e848e7d0c3bd4e7f.php
Normal file
306
storage2/framework/views/19bdcbb7daa115a7e848e7d0c3bd4e7f.php
Normal file
@@ -0,0 +1,306 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
<!-- Chrome, Firefox OS and Opera -->
|
||||
<meta name="theme-color" content="#333844">
|
||||
<!-- Windows Phone -->
|
||||
<meta name="msapplication-navbutton-color" content="#333844">
|
||||
<!-- iOS Safari -->
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#333844">
|
||||
|
||||
<title><?php echo e(trans('laravel-filemanager::lfm.title-page')); ?></title>
|
||||
<link rel="shortcut icon" type="image/png" href="<?php echo e(asset('vendor/laravel-filemanager/img/72px color.png')); ?>">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.0/dist/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.5.0/css/all.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery-ui-dist@1.12.1/jquery-ui.min.css">
|
||||
<link rel="stylesheet" href="<?php echo e(asset('vendor/laravel-filemanager/css/cropper.min.css')); ?>">
|
||||
<link rel="stylesheet" href="<?php echo e(asset('vendor/laravel-filemanager/css/dropzone.min.css')); ?>">
|
||||
<link rel="stylesheet" href="<?php echo e(asset('vendor/laravel-filemanager/css/mime-icons.min.css')); ?>">
|
||||
<style><?php echo \File::get(base_path('vendor/unisharp/laravel-filemanager/public/css/lfm.css')); ?></style>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar sticky-top navbar-expand-lg navbar-dark" id="nav">
|
||||
<a class="navbar-brand invisible-lg d-none d-lg-inline" id="to-previous">
|
||||
<i class="fas fa-arrow-left fa-fw"></i>
|
||||
<span class="d-none d-lg-inline"><?php echo e(trans('laravel-filemanager::lfm.nav-back')); ?></span>
|
||||
</a>
|
||||
<a class="navbar-brand d-block d-lg-none" id="show_tree">
|
||||
<i class="fas fa-bars fa-fw"></i>
|
||||
</a>
|
||||
<a class="navbar-brand d-block d-lg-none" id="current_folder"></a>
|
||||
<a id="loading" class="navbar-brand"><i class="fas fa-spinner fa-spin"></i></a>
|
||||
<div class="ml-auto px-2">
|
||||
<a class="navbar-link d-none" id="multi_selection_toggle">
|
||||
<i class="fa fa-check-double fa-fw"></i>
|
||||
<span class="d-none d-lg-inline"><?php echo e(trans('laravel-filemanager::lfm.menu-multiple')); ?></span>
|
||||
</a>
|
||||
</div>
|
||||
<a class="navbar-toggler collapsed border-0 px-1 py-2 m-0" data-toggle="collapse" data-target="#nav-buttons">
|
||||
<i class="fas fa-cog fa-fw"></i>
|
||||
</a>
|
||||
<div class="collapse navbar-collapse flex-grow-0" id="nav-buttons">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" data-display="grid">
|
||||
<i class="fas fa-th-large fa-fw"></i>
|
||||
<span><?php echo e(trans('laravel-filemanager::lfm.nav-thumbnails')); ?></span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" data-display="list">
|
||||
<i class="fas fa-list-ul fa-fw"></i>
|
||||
<span><?php echo e(trans('laravel-filemanager::lfm.nav-list')); ?></span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||
<i class="fas fa-sort fa-fw"></i><?php echo e(trans('laravel-filemanager::lfm.nav-sort')); ?>
|
||||
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right border-0"></div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav class="bg-light fixed-bottom border-top d-none" id="actions">
|
||||
<a data-action="open" data-multiple="false"><i class="fas fa-folder-open"></i><?php echo e(trans('laravel-filemanager::lfm.btn-open')); ?></a>
|
||||
<a data-action="preview" data-multiple="true"><i class="fas fa-images"></i><?php echo e(trans('laravel-filemanager::lfm.menu-view')); ?></a>
|
||||
<a data-action="use" data-multiple="true"><i class="fas fa-check"></i><?php echo e(trans('laravel-filemanager::lfm.btn-confirm')); ?></a>
|
||||
</nav>
|
||||
|
||||
<div class="d-flex flex-row">
|
||||
<div id="tree"></div>
|
||||
|
||||
<div id="main">
|
||||
<div id="alerts"></div>
|
||||
|
||||
<nav aria-label="breadcrumb" class="d-none d-lg-block" id="breadcrumbs">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item invisible">Home</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<div id="empty" class="d-none">
|
||||
<i class="far fa-folder-open"></i>
|
||||
<?php echo e(trans('laravel-filemanager::lfm.message-empty')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="content"></div>
|
||||
<div id="pagination"></div>
|
||||
|
||||
<a id="item-template" class="d-none">
|
||||
<div class="square"></div>
|
||||
|
||||
<div class="info">
|
||||
<div class="item_name text-truncate"></div>
|
||||
<time class="text-muted font-weight-light text-truncate"></time>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="fab"></div>
|
||||
</div>
|
||||
|
||||
<div class="modal fade" id="uploadModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="myModalLabel"><?php echo e(trans('laravel-filemanager::lfm.title-upload')); ?></h4>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aia-hidden="true">×</span></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form action="<?php echo e(route('unisharp.lfm.upload')); ?>" role='form' id='uploadForm' name='uploadForm' method='post' enctype='multipart/form-data' class="dropzone">
|
||||
<div class="form-group" id="attachment">
|
||||
<div class="controls text-center">
|
||||
<div class="input-group w-100">
|
||||
<a class="btn btn-primary w-100 text-white" id="upload-button"><?php echo e(trans('laravel-filemanager::lfm.message-choose')); ?></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<input type='hidden' name='working_dir' id='working_dir'>
|
||||
<input type='hidden' name='type' id='type' value='<?php echo e(request("type")); ?>'>
|
||||
<input type='hidden' name='_token' value='<?php echo e(csrf_token()); ?>'>
|
||||
</form>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary w-100" data-dismiss="modal"><?php echo e(trans('laravel-filemanager::lfm.btn-close')); ?></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal fade" id="notify" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-body"></div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary w-100" data-dismiss="modal"><?php echo e(trans('laravel-filemanager::lfm.btn-close')); ?></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal fade" id="confirm" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-body"></div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary w-100" data-dismiss="modal"><?php echo e(trans('laravel-filemanager::lfm.btn-close')); ?></button>
|
||||
<button type="button" class="btn btn-primary w-100" data-dismiss="modal"><?php echo e(trans('laravel-filemanager::lfm.btn-confirm')); ?></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal fade" id="dialog" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title"></h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<input type="text" class="form-control">
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary w-100" data-dismiss="modal"><?php echo e(trans('laravel-filemanager::lfm.btn-close')); ?></button>
|
||||
<button type="button" class="btn btn-primary w-100" data-dismiss="modal"><?php echo e(trans('laravel-filemanager::lfm.btn-confirm')); ?></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="carouselTemplate" class="d-none carousel slide bg-light" data-ride="carousel">
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#previewCarousel" data-slide-to="0" class="active"></li>
|
||||
</ol>
|
||||
<div class="carousel-inner">
|
||||
<div class="carousel-item active">
|
||||
<a class="carousel-label"></a>
|
||||
<div class="carousel-image"></div>
|
||||
</div>
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#previewCarousel" role="button" data-slide="prev">
|
||||
<div class="carousel-control-background" aria-hidden="true">
|
||||
<i class="fas fa-chevron-left"></i>
|
||||
</div>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#previewCarousel" role="button" data-slide="next">
|
||||
<div class="carousel-control-background" aria-hidden="true">
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
</div>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.3/dist/umd/popper.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.0/dist/js/bootstrap.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery-ui-dist@1.12.1/jquery-ui.min.js"></script>
|
||||
<script src="<?php echo e(asset('vendor/laravel-filemanager/js/cropper.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('vendor/laravel-filemanager/js/dropzone.min.js')); ?>"></script>
|
||||
<script>
|
||||
var lang = <?php echo json_encode(trans('laravel-filemanager::lfm')); ?>;
|
||||
var actions = [
|
||||
// {
|
||||
// name: 'use',
|
||||
// icon: 'check',
|
||||
// label: 'Confirm',
|
||||
// multiple: true
|
||||
// },
|
||||
{
|
||||
name: 'rename',
|
||||
icon: 'edit',
|
||||
label: lang['menu-rename'],
|
||||
multiple: false
|
||||
},
|
||||
{
|
||||
name: 'download',
|
||||
icon: 'download',
|
||||
label: lang['menu-download'],
|
||||
multiple: true
|
||||
},
|
||||
// {
|
||||
// name: 'preview',
|
||||
// icon: 'image',
|
||||
// label: lang['menu-view'],
|
||||
// multiple: true
|
||||
// },
|
||||
{
|
||||
name: 'move',
|
||||
icon: 'paste',
|
||||
label: lang['menu-move'],
|
||||
multiple: true
|
||||
},
|
||||
{
|
||||
name: 'resize',
|
||||
icon: 'arrows-alt',
|
||||
label: lang['menu-resize'],
|
||||
multiple: false
|
||||
},
|
||||
{
|
||||
name: 'crop',
|
||||
icon: 'crop',
|
||||
label: lang['menu-crop'],
|
||||
multiple: false
|
||||
},
|
||||
{
|
||||
name: 'trash',
|
||||
icon: 'trash',
|
||||
label: lang['menu-delete'],
|
||||
multiple: true
|
||||
},
|
||||
];
|
||||
|
||||
var sortings = [
|
||||
{
|
||||
by: 'alphabetic',
|
||||
icon: 'sort-alpha-down',
|
||||
label: lang['nav-sort-alphabetic']
|
||||
},
|
||||
{
|
||||
by: 'time',
|
||||
icon: 'sort-numeric-down',
|
||||
label: lang['nav-sort-time']
|
||||
}
|
||||
];
|
||||
</script>
|
||||
<script><?php echo \File::get(base_path('vendor/unisharp/laravel-filemanager/public/js/script.js')); ?></script>
|
||||
|
||||
|
||||
<script>
|
||||
Dropzone.options.uploadForm = {
|
||||
paramName: "upload[]", // The name that will be used to transfer the file
|
||||
uploadMultiple: false,
|
||||
parallelUploads: 5,
|
||||
timeout:0,
|
||||
clickable: '#upload-button',
|
||||
dictDefaultMessage: lang['message-drop'],
|
||||
init: function() {
|
||||
var _this = this; // For the closure
|
||||
this.on('success', function(file, response) {
|
||||
if (response == 'OK') {
|
||||
loadFolders();
|
||||
} else {
|
||||
this.defaultOptions.error(file, response.join('\n'));
|
||||
}
|
||||
});
|
||||
},
|
||||
headers: {
|
||||
'Authorization': 'Bearer ' + getUrlParam('token')
|
||||
},
|
||||
acceptedFiles: "<?php echo e(implode(',', $helper->availableMimeTypes())); ?>",
|
||||
maxFilesize: (<?php echo e($helper->maxUploadSize()); ?> / 1000)
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
<?php /**PATH /home/rohiniedu/public_html/vendor/unisharp/laravel-filemanager/src/views/index.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,24 @@
|
||||
<!-- removeNotificationModal -->
|
||||
<div id="removeNotificationModal" class="modal fade zoomIn" tabindex="-1" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" id="NotificationModalbtn-close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="mt-2 text-center">
|
||||
<lord-icon src="https://cdn.lordicon.com/gsqxdxog.json" trigger="loop" colors="primary:#f7b84b,secondary:#f06548" style="width:100px;height:100px"></lord-icon>
|
||||
<div class="mt-4 pt-2 fs-15 mx-4 mx-sm-5">
|
||||
<h4>Are you sure ?</h4>
|
||||
<p class="text-muted mx-4 mb-0">Are you sure you want to remove this Notification ?</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex gap-2 justify-content-center mt-4 mb-2">
|
||||
<button type="button" class="btn w-sm btn-light" data-bs-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn w-sm btn-danger" id="delete-notification">Yes, Delete It!</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div><!-- /.modal-content -->
|
||||
</div><!-- /.modal-dialog -->
|
||||
</div><!-- /.modal --><?php /**PATH /home/rohiniedu/public_html/resources/views/components/dashboard/remove-notification-modal.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,13 @@
|
||||
<div class="hstack flex-wrap gap-3">
|
||||
<a href="<?php echo e(route('service.edit', $id)); ?>" data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom" data-bs-title="Edit" class="link-success fs-15 edit-item-btn"><i
|
||||
class=" ri-edit-2-line"></i></a>
|
||||
|
||||
<a data-link="<?php echo e(route('service.toggle', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Toggle" data-status="<?php echo e($status == 1 ? 'Draft' : 'Published'); ?>"
|
||||
class="link-info fs-15 toggle-item"><i class="<?php echo e($status == 1 ? 'ri-toggle-line' : 'ri-toggle-fill'); ?>"></i></a>
|
||||
|
||||
<a href="javascript:void(0);" data-link="<?php echo e(route('service.destroy', $id)); ?>" class="link-danger fs-15 remove-item"
|
||||
data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Delete"><i class="ri-delete-bin-6-line"></i>
|
||||
</a>
|
||||
</div>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/service/datatable/action.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,12 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke-width="1.5"
|
||||
stroke="currentColor"
|
||||
<?php echo e($attributes); ?>
|
||||
|
||||
>
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z" />
|
||||
</svg>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/icons/sun.blade.php ENDPATH**/ ?>
|
||||
|
After Width: | Height: | Size: 634 B |
@@ -0,0 +1,7 @@
|
||||
<div id="preloader">
|
||||
<div id="status">
|
||||
<div class="spinner-border text-primary avatar-sm" role="status">
|
||||
<span class="visually-hidden">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/components/dashboard/preloader.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,15 @@
|
||||
<div class="hstack flex-wrap gap-3">
|
||||
<a href="javascript:void(0)" data-link="<?php echo e(route('page.edit', $id)); ?>" data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom" data-bs-title="Edit" class="link-success fs-15 edit-item-btn"><i
|
||||
class=" ri-edit-2-line"></i></a>
|
||||
|
||||
<a data-link="<?php echo e(route('page.toggle', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Toggle" data-status="<?php echo e($status == 1 ? 'Draft' : 'Published'); ?>"
|
||||
class="link-info fs-15 toggle-item"><i class="<?php echo e($status == 1 ? 'ri-toggle-line' : 'ri-toggle-fill'); ?>"></i></a>
|
||||
|
||||
<a href="<?php echo e(route('page.editContent', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom"
|
||||
data-bs-title="Update Content" class="link-info fs-15"><i class="ri-file-edit-line"></i></a>
|
||||
<a href="javascript:void(0);" data-link="<?php echo e(route('page.destroy', $id)); ?>" class="link-danger fs-15 remove-item"
|
||||
data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Delete"><i class="ri-delete-bin-6-line"></i>
|
||||
</a>
|
||||
</div>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\Modules/CCMS\resources/views/page/datatable/action.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,42 @@
|
||||
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag;
|
||||
|
||||
$__newAttributes = [];
|
||||
$__propNames = \Illuminate\View\ComponentAttributeBag::extractPropNames((['title' => 'Dashboard']));
|
||||
|
||||
foreach ($attributes->all() as $__key => $__value) {
|
||||
if (in_array($__key, $__propNames)) {
|
||||
$$__key = $$__key ?? $__value;
|
||||
} else {
|
||||
$__newAttributes[$__key] = $__value;
|
||||
}
|
||||
}
|
||||
|
||||
$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
|
||||
|
||||
unset($__propNames);
|
||||
unset($__newAttributes);
|
||||
|
||||
foreach (array_filter((['title' => 'Dashboard']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
|
||||
$$__key = $$__key ?? $__value;
|
||||
}
|
||||
|
||||
$__defined_vars = get_defined_vars();
|
||||
|
||||
foreach ($attributes->all() as $__key => $__value) {
|
||||
if (array_key_exists($__key, $__defined_vars)) unset($$__key);
|
||||
}
|
||||
|
||||
unset($__defined_vars); ?>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="page-title-box d-sm-flex align-items-center justify-content-between">
|
||||
<h4 class="mb-sm-0"><?php echo e($title); ?></h4>
|
||||
<div class="page-title-right">
|
||||
<ol class="breadcrumb m-0">
|
||||
<li class="breadcrumb-item"><a href="javascript: void(0);">CCMS</a></li>
|
||||
<li class="breadcrumb-item active"><?php echo e($title); ?></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\resources\views/components/dashboard/breadcumb.blade.php ENDPATH**/ ?>
|
||||
107
storage2/framework/views/1ee2177aea04598558ae47a69e275b1c.php
Normal file
107
storage2/framework/views/1ee2177aea04598558ae47a69e275b1c.php
Normal file
@@ -0,0 +1,107 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if($errors->any()): ?>
|
||||
<?php if (isset($component)) { $__componentOriginal42e38bf3ebb8c69d910174788b0810d7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\FlashMessage::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('flash-message'); ?>
|
||||
<?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\FlashMessage::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['type' => 'danger','messages' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($errors->all())]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $attributes = $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $component = $__componentOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-xl-3">
|
||||
<div class="card profile-card">
|
||||
<?php echo $__env->make('ccms::counter.add-counter-form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-xl-8 col-lg-9">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$columns = [
|
||||
[
|
||||
'title' => 'S.N',
|
||||
'data' => 'DT_RowIndex',
|
||||
'name' => 'DT_RowIndex',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
'sortable' => false,
|
||||
],
|
||||
['title' => 'Image', 'data' => 'image', 'name' => 'image'],
|
||||
['title' => 'Icon', 'data' => 'icon', 'name' => 'icon'],
|
||||
['title' => 'Name', 'data' => 'title', 'name' => 'title'],
|
||||
['title' => 'Counter', 'data' => 'counter', 'name' => 'counter'],
|
||||
['title' => 'Status', 'data' => 'status', 'name' => 'status'],
|
||||
[
|
||||
'title' => 'Action',
|
||||
'data' => 'action',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('counter.index'),'reorder' => route('counter.reorder'),'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('counter.index')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('counter.reorder')),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/Modules/CCMS/resources/views/counter/index.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,13 @@
|
||||
<div class="hstack flex-wrap gap-3">
|
||||
<a href="<?php echo e(route('test.edit', $id)); ?>" data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom" data-bs-title="Edit" class="link-success fs-15 edit-item-btn"><i
|
||||
class=" ri-edit-2-line"></i></a>
|
||||
|
||||
<a data-link="<?php echo e(route('test.toggle', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Toggle" data-status="<?php echo e($status == 1 ? 'Draft' : 'Published'); ?>"
|
||||
class="link-info fs-15 toggle-item"><i class="<?php echo e($status == 1 ? 'ri-toggle-line' : 'ri-toggle-fill'); ?>"></i></a>
|
||||
|
||||
<a href="javascript:void(0);" data-link="<?php echo e(route('test.destroy', $id)); ?>" class="link-danger fs-15 remove-item"
|
||||
data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Delete"><i class="ri-delete-bin-6-line"></i>
|
||||
</a>
|
||||
</div>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/test/datatable/action.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,37 @@
|
||||
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag;
|
||||
|
||||
$__newAttributes = [];
|
||||
$__propNames = \Illuminate\View\ComponentAttributeBag::extractPropNames((['label' => 'Add', 'href' => '#']));
|
||||
|
||||
foreach ($attributes->all() as $__key => $__value) {
|
||||
if (in_array($__key, $__propNames)) {
|
||||
$$__key = $$__key ?? $__value;
|
||||
} else {
|
||||
$__newAttributes[$__key] = $__value;
|
||||
}
|
||||
}
|
||||
|
||||
$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
|
||||
|
||||
unset($__propNames);
|
||||
unset($__newAttributes);
|
||||
|
||||
foreach (array_filter((['label' => 'Add', 'href' => '#']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
|
||||
$$__key = $$__key ?? $__value;
|
||||
}
|
||||
|
||||
$__defined_vars = get_defined_vars();
|
||||
|
||||
foreach ($attributes->all() as $__key => $__value) {
|
||||
if (array_key_exists($__key, $__defined_vars)) unset($$__key);
|
||||
}
|
||||
|
||||
unset($__defined_vars); ?>
|
||||
|
||||
<div class="card-footer border-0 text-end">
|
||||
<?php echo e(html()->a($href = $href, $text = 'Cancel')->class('btn btn-sm btn-light')); ?>
|
||||
|
||||
<?php echo e(html()->button($label, 'submit')->class('btn btn-sm text-white')->style('background-color: var(--vz-primary)')); ?>
|
||||
|
||||
</div>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\resources\views/components/form-buttons.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,8 @@
|
||||
<section
|
||||
<?php echo e($attributes->merge(['class' => "@container flex flex-col p-6 sm:p-12 bg-white dark:bg-gray-900/80 text-gray-900 dark:text-gray-100 rounded-lg default:col-span-full default:lg:col-span-6 default:row-span-1 dark:ring-1 dark:ring-gray-800 shadow-xl"])); ?>
|
||||
|
||||
>
|
||||
<?php echo e($slot); ?>
|
||||
|
||||
</section>
|
||||
<?php /**PATH /home/rohiniedu/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Providers/../resources/exceptions/renderer/components/card.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,45 @@
|
||||
<!doctype html>
|
||||
<html lang="en" data-layout="vertical" data-topbar="light" data-sidebar="dark" data-sidebar-size="lg"
|
||||
data-sidebar-image="none" data-preloader="disable">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<title><?php echo e(setting('title')); ?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta content="Consultancy CMS Admin Dashboard" name="description" />
|
||||
<meta content="Bibhuti Solutions" name="author" />
|
||||
<link rel="canonical" href="<?php echo e(setting('website_url')); ?>">
|
||||
<link rel="shortcut icon" href="<?php echo e(asset(setting('favicon'))); ?>">
|
||||
|
||||
<script src="<?php echo e(asset('assets/js/layout.js')); ?>"></script>
|
||||
<link href="<?php echo e(asset('assets/css/bootstrap.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
<link href="<?php echo e(asset('assets/css/icons.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
<link href="<?php echo e(asset('assets/css/app.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
<link href="<?php echo e(asset('assets/css/custom.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
|
||||
<style>
|
||||
:root{
|
||||
--vz-primary: <?php echo e(setting('color')); ?>;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<?php echo $__env->yieldContent('content'); ?>
|
||||
|
||||
<script src="<?php echo e(asset('assets/libs/bootstrap/js/bootstrap.bundle.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/simplebar/simplebar.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/node-waves/waves.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/feather-icons/feather.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/js/pages/plugins/lord-icon-2.1.0.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/js/plugins.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/particles.js/particles.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/js/pages/particles.app.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/js/pages/password-addon.init.js')); ?>"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/layouts/guest.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-4 h-4" style="margin-bottom: -8px;">
|
||||
<path fill-rule="evenodd" d="M9.47 6.47a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 8.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06l4.25-4.25Z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/icons/chevron-up.blade.php ENDPATH**/ ?>
|
||||
|
After Width: | Height: | Size: 497 B |
443
storage2/framework/views/25ac7f1939e1a088d5b4e89703a7387a.php
Normal file
443
storage2/framework/views/25ac7f1939e1a088d5b4e89703a7387a.php
Normal file
@@ -0,0 +1,443 @@
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 62.5%;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-family: 'lato', sans-serif;
|
||||
background-color: #586783;
|
||||
}
|
||||
|
||||
.resume {
|
||||
margin: 10rem;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
}
|
||||
|
||||
.resume .left-side {
|
||||
padding: 4rem;
|
||||
background-color: #323b4c;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.resume .left-side ::selection {
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.resume .right-side {
|
||||
padding: 4rem 3rem;
|
||||
background-color: #fff;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.resume .right-side ::selection {
|
||||
color: #fff;
|
||||
background-color: #323b4c;
|
||||
}
|
||||
|
||||
|
||||
.padding-top-bg {
|
||||
padding-top: 4rem !important;
|
||||
}
|
||||
|
||||
.padding-top-sm {
|
||||
padding-top: 2rem !important;
|
||||
}
|
||||
|
||||
.heading-primary-white,
|
||||
.heading-primary-black {
|
||||
font-size: 2.4rem;
|
||||
font-weight: bold;
|
||||
letter-spacing: 2px;
|
||||
margin-bottom: 1rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.heading-primary-white {color: #fff;}
|
||||
.heading-primary-black {color: #000;}
|
||||
|
||||
.heading-primary-white::after,
|
||||
.heading-primary-black::after {
|
||||
content: '';
|
||||
height: 2px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 3.5rem;
|
||||
}
|
||||
|
||||
.heading-primary-white::after {background-color: #fff; width: 120%;}
|
||||
.heading-primary-black::after {background-color: #000; width: 100%;}
|
||||
|
||||
.info-box .info-title {
|
||||
color: #fff;
|
||||
font-size: 1.8rem;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.info-box .info,
|
||||
.info-box .info a {
|
||||
color: #ddd;
|
||||
font-size: 1.4rem;
|
||||
text-decoration: none;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.discription {
|
||||
font-size: 1.6rem;
|
||||
color: #555;
|
||||
padding: 1.5rem 0;
|
||||
text-align: justify;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.profile {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.profile .name {
|
||||
font-size: 2.4rem;
|
||||
color: #fff;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.profile .title {
|
||||
font-size: 1.6rem;
|
||||
color: #ddd;
|
||||
letter-spacing: 3px;
|
||||
}
|
||||
|
||||
.profile .profile-img {
|
||||
background-color: #fff;
|
||||
width: 20rem;
|
||||
height: 20rem;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 2px solid #fff;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.resume .left-side .profile-img img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.skill {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2rem;
|
||||
}
|
||||
.skill span {
|
||||
display: block;
|
||||
height: 3px;
|
||||
width: 3px;
|
||||
border-radius: 50%;
|
||||
background-color: #fff;
|
||||
}
|
||||
.skill .skill-name {
|
||||
color: #fff;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.lang-box {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 2rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.lang-box p {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.lang-box .percent {
|
||||
position: relative;
|
||||
display: block;
|
||||
height: 5px;
|
||||
width: 60%;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.lang-box .percent div {
|
||||
position: absolute;
|
||||
background-color: #2264ff;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.xp-box {
|
||||
position: relative;
|
||||
padding-left: 3rem;
|
||||
}
|
||||
|
||||
.xp-box::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 2rem;
|
||||
left: 0;
|
||||
background-color: #555;
|
||||
height: 100%;
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
.xp-box:last-child:before {
|
||||
height: 91%;
|
||||
}
|
||||
|
||||
.xp-box::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 2rem;
|
||||
left: -7px;
|
||||
background-color: #fff;
|
||||
height: 1.2rem;
|
||||
width: 1.2rem;
|
||||
border-radius: 50%;
|
||||
border: 2px solid #333;
|
||||
}
|
||||
|
||||
.xp-box .xp-year {
|
||||
color: #333;
|
||||
font-size: 1.4rem;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.xp-box .xp-company {
|
||||
color: #555;
|
||||
font-size: 1.6rem;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.xp-box .xp-position {
|
||||
color: #333;
|
||||
font-size: 1.8rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.xp-box .padding-fix {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
.refer-box {
|
||||
display: flex;
|
||||
gap: 6rem;
|
||||
}
|
||||
|
||||
.refer .refer-name {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.refer .job-position {
|
||||
color: #555;
|
||||
font-size: 1.6rem;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.refer .contact {
|
||||
font-size: 1.4rem;
|
||||
color: #555;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.refer .contact span {
|
||||
display: block;
|
||||
width: 25%;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.refer .contact p {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
.resume {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.refer-box {display: block;}
|
||||
.refer:first-child {margin-bottom: 3rem;}
|
||||
.resume {margin: 0;}
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container" style="height:100vh">
|
||||
<div class="resume">
|
||||
<div class="left-side">
|
||||
<div class="profile">
|
||||
<div class="profile-img">
|
||||
<img src="https://i.postimg.cc/wBGkjTbC/Profile-Photo.jpg" alt="Profile Photo">
|
||||
</div>
|
||||
<h1 class="name">Al - Amin Rahmatullah</h1>
|
||||
<p class="title">Marketing Manager</p>
|
||||
</div>
|
||||
<div class="contact padding-top-bg">
|
||||
<h1 class="heading-primary-white">Contact</h1>
|
||||
<div class="info-box padding-top-sm">
|
||||
<div class="info-title">Phone</div>
|
||||
<div class="info">
|
||||
<a href="tel:+880 1765923094">+880 1765923094</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="info-box padding-top-sm">
|
||||
<div class="info-title">Email</div>
|
||||
<div class="info">
|
||||
<a href="mailto:alaminhimu0@gmail.com">alaminhimu0@gmail.com</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="info-box padding-top-sm">
|
||||
<div class="info-title">Address</div>
|
||||
<div class="info">Santibug, Rangpur</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="education padding-top-bg">
|
||||
<h1 class="heading-primary-white">Education</h1>
|
||||
<div class="info-box padding-top-sm">
|
||||
<div class="info">2019</div>
|
||||
<div class="info-title">Higher Secondary Certificate</div>
|
||||
<div class="info">Collectorate School & College</div>
|
||||
</div>
|
||||
<div class="info-box padding-top-sm">
|
||||
<div class="info">2017</div>
|
||||
<div class="info-title">Secondary School Certificate</div>
|
||||
<div class="info">Kishoregonj M.L Model High School</div>
|
||||
</div>
|
||||
<div class="info-box padding-top-sm">
|
||||
<div class="info">2015</div>
|
||||
<div class="info-title">Junior School Certificate</div>
|
||||
<div class="info">Uttor Durakuti High School</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="expertise padding-top-bg">
|
||||
<h1 class="heading-primary-white">Expertise</h1>
|
||||
<div class="skill padding-top-sm">
|
||||
<span></span>
|
||||
<div class="skill-name">UI/UX</div>
|
||||
</div>
|
||||
<div class="skill padding-top-sm">
|
||||
<span></span>
|
||||
<div class="skill-name">Visual Design</div>
|
||||
</div>
|
||||
<div class="skill padding-top-sm">
|
||||
<span></span>
|
||||
<div class="skill-name">Wireframes</div>
|
||||
</div>
|
||||
<div class="skill padding-top-sm">
|
||||
<span></span>
|
||||
<div class="skill-name">Storyboards</div>
|
||||
</div>
|
||||
<div class="skill padding-top-sm">
|
||||
<span></span>
|
||||
<div class="skill-name">User Flows</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="language padding-top-bg">
|
||||
<h1 class="heading-primary-white">Language</h1>
|
||||
<div class="info-box padding-top-sm">
|
||||
<div class="lang-box">
|
||||
<p class="info-title">English</p>
|
||||
<span class="percent"><div style="width: 90%;"></div></span>
|
||||
</div>
|
||||
<div class="lang-box">
|
||||
<p class="info-title">Bangla</p>
|
||||
<span class="percent"><div style="width: 96%;"></div></span>
|
||||
</div>
|
||||
<div class="lang-box">
|
||||
<p class="info-title">Hindi</p>
|
||||
<span class="percent"><div style="width: 40%;"></div></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right-side">
|
||||
<div class="about-me padding-top-bg">
|
||||
<h1 class="heading-primary-black">About Me</h1>
|
||||
<p class="discription">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Numquam laboriosam aspernatur minima voluptatum? Hic quod dolore harum doloremque culpa ullam velit molestiae consequatur deserunt repellendus nam temporibus error provident earum corrupti est voluptatem ut iusto, voluptatum, ipsam voluptatibus perspiciatis accusantium!
|
||||
</p>
|
||||
</div>
|
||||
<div class="experience padding-top-bg">
|
||||
<h1 class="heading-primary-black">Experience</h1>
|
||||
<div class="xp-box padding-top-sm">
|
||||
<p class="xp-year">2019-2022</p>
|
||||
<p class="xp-company">Company name | 123 Anywhere, City Name</p>
|
||||
<p class="xp-position">Job Position Here</p>
|
||||
<p class="discription">Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, sequi quam excepturi dolores facere illum aut reiciendis nemo explicabo praesentium facilis autem quae rem nulla aperiam repudiandae fugiat assumenda delectus aliquam asperiores? Ea rerum at odit ducimus quidem placeat, quasi expedita, voluptatibus quas quod, alias repellendus eius recusandae eos fuga quam dolorum numquam dolor omnis mollitia provident! Dicta repellendus neque voluptatibus eligendi obcaecati eum tempora, nobis nisi cum, eaque laborum?</p>
|
||||
</div>
|
||||
<div class="xp-box padding-top-sm">
|
||||
<p class="xp-year">2017-2019</p>
|
||||
<p class="xp-company">Company name | 123 Anywhere, City Name</p>
|
||||
<p class="xp-position">Job Position Here</p>
|
||||
<p class="discription">Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis corrupti ratione voluptas adipisci ex. Voluptate vel voluptatum autem illum vero eveniet atque quo. Similique ducimus alias tempore voluptas odit nulla laudantium id neque adipisci eos? Natus illum earum odio nihil repellat cum reiciendis delectus quas neque iste deserunt tempora molestias sapiente, nobis numquam eligendi praesentium vel possimus voluptate eum aspernatur sequi. Placeat, aspernatur! Similique voluptatum nesciunt libero dolorem veritatis earum.</p>
|
||||
</div>
|
||||
<div class="xp-box padding-top-sm">
|
||||
<p class="xp-year">2015-2017</p>
|
||||
<p class="xp-company">Company name | 123 Anywhere, City Name</p>
|
||||
<p class="xp-position">Job Position Here</p>
|
||||
<p class="discription padding-fix">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sequi, amet, odio voluptatum placeat facilis pariatur nisi omnis aspernatur officiis debitis atque laboriosam earum eius autem vel iusto. Nisi ullam, sint quam atque ex fugit voluptatum at voluptatibus? Porro consequatur perferendis pariatur harum eos possimus ipsa molestias. Temporibus quidem voluptatem autem hic ipsum molestiae magnam molestias quod repellendus voluptates quo laboriosam fugit, tenetur ipsam iste unde sequi, amet optio cum blanditiis.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="reference padding-top-bg">
|
||||
<h1 class="heading-primary-black">Reference</h1>
|
||||
<div class="refer-box padding-top-sm">
|
||||
<div class="refer">
|
||||
<h2 class="refer-name">Name Surname</h2>
|
||||
<p class="job-position">Job Position, Company Name</p>
|
||||
<div class="contact">
|
||||
<span>Phone:</span>
|
||||
<p>123-456-789</p>
|
||||
</div>
|
||||
<div class="contact">
|
||||
<span>Email:</span>
|
||||
<p>hello@companyname.com</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refer">
|
||||
<h2 class="refer-name">Name Surname</h2>
|
||||
<p class="job-position">Job Position, Company Name</p>
|
||||
<div class="contact">
|
||||
<span>Phone:</span>
|
||||
<p>123-456-789</p>
|
||||
</div>
|
||||
<div class="contact">
|
||||
<span>Email:</span>
|
||||
<p>hello@companyname.com</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><?php /**PATH /home/rohiniedu/public_html/resources/views/vendor/laravel-grapesjs/templates/template-one.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,64 @@
|
||||
<?php if(!isset($visapage) && $page->children->count() > 5): ?>
|
||||
<?php
|
||||
$visapage = $page->children[5];
|
||||
?>
|
||||
<?php endif; ?>
|
||||
<?php if(isset($visas)): ?>
|
||||
<?php
|
||||
$visaGalleries = $visas;
|
||||
?>
|
||||
<?php endif; ?>
|
||||
<?php if(isset($visapage)): ?>
|
||||
<!-- Project One Start -->
|
||||
<section class="project-one section-bg section-pd">
|
||||
<div class="container">
|
||||
<div class="section-title text-center">
|
||||
<h2 class="section-title__title"><?php echo e($visapage->short_description); ?></h2>
|
||||
</div>
|
||||
<div class="project-one__bottom">
|
||||
<div class="project-one__carousel owl-carousel owl-theme thm-owl__carousel"
|
||||
data-owl-options='{
|
||||
"loop": true,
|
||||
"autoplay": false,
|
||||
"margin": 30,
|
||||
"nav": false,
|
||||
"dots": false,
|
||||
"smartSpeed": 500,
|
||||
"autoplayTimeout": 10000,
|
||||
"navText": ["<span class=\"fas fa-long-arrow-alt-left\"></span>","<span class=\"fas fa-long-arrow-alt-right\"></span>"],
|
||||
"responsive": {
|
||||
"0": { "items": 1 },
|
||||
"768": { "items": 2 },
|
||||
"992": { "items": 2 },
|
||||
"1290": { "items": 3 }
|
||||
}
|
||||
}'>
|
||||
|
||||
<?php
|
||||
$galleries = $visaGalleries->galleries ?? [];
|
||||
?>
|
||||
|
||||
<?php $__currentLoopData = $galleries; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $visa): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div class="project-one__single">
|
||||
<div class="project-one__img-box">
|
||||
<div class="project-one__img">
|
||||
|
||||
<img src="<?php echo e($visa->images[0]); ?>"
|
||||
alt="Gallery Image" style="height:auto;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Project One End -->
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/client/rohini/pages/partials/visa.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,57 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<div class="container-fluid">
|
||||
<?php if($errors->any()): ?>
|
||||
<?php if (isset($component)) { $__componentOriginal42e38bf3ebb8c69d910174788b0810d7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\FlashMessage::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('flash-message'); ?>
|
||||
<?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\FlashMessage::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['type' => 'danger','messages' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($errors->all())]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $attributes = $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $component = $__componentOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<div class="row">
|
||||
<div class="col-xl-12">
|
||||
<?php echo e(html()->form('POST')->route('blog.store')->class('needs-validation')->attributes(['novalidate'])->open()); ?>
|
||||
|
||||
<?php echo $__env->make('ccms::blog.partials._form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo e(html()->form()->close()); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/blog/create.blade.php ENDPATH**/ ?>
|
||||
186
storage2/framework/views/288d170bf82017f1f1ba8b9e682adb3d.php
Normal file
186
storage2/framework/views/288d170bf82017f1f1ba8b9e682adb3d.php
Normal file
@@ -0,0 +1,186 @@
|
||||
<?php use \Illuminate\Support\Str; ?>
|
||||
<?php if (isset($component)) { $__componentOriginal74daf2d0a9c625ad90327a6043d15980 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal74daf2d0a9c625ad90327a6043d15980 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.card','data' => ['class' => 'mt-6 overflow-x-auto']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::card'); ?>
|
||||
<?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(['class' => 'mt-6 overflow-x-auto']); ?>
|
||||
<div>
|
||||
<span class="text-xl font-bold lg:text-2xl">Request</span>
|
||||
</div>
|
||||
|
||||
<div class="mt-2">
|
||||
<span><?php echo e($exception->request()->method()); ?></span>
|
||||
<span class="text-gray-500"><?php echo e(Str::start($exception->request()->path(), '/')); ?></span>
|
||||
</div>
|
||||
|
||||
<div class="mt-4">
|
||||
<span class="font-semibold text-gray-900 dark:text-white">Headers</span>
|
||||
</div>
|
||||
|
||||
<dl class="mt-1 grid grid-cols-1 rounded border dark:border-gray-800">
|
||||
<?php $__empty_1 = true; $__currentLoopData = $exception->requestHeaders(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
|
||||
<div class="flex items-center gap-2 <?php echo e($loop->first ? '' : 'border-t'); ?> dark:border-gray-800">
|
||||
<span
|
||||
data-tippy-content="<?php echo e($key); ?>"
|
||||
class="lg:text-md w-[8rem] flex-none cursor-pointer truncate border-r px-5 py-3 text-sm dark:border-gray-800 lg:w-[12rem]"
|
||||
>
|
||||
<?php echo e($key); ?>
|
||||
|
||||
</span>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="
|
||||
-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem));
|
||||
"
|
||||
>
|
||||
<pre class="scrollbar-hidden overflow-y-hidden text-xs lg:text-sm"><code class="px-5 py-3 overflow-y-hidden scrollbar-hidden max-h-32 overflow-x-scroll scrollbar-hidden-x"><?php echo e($value); ?></code></pre>
|
||||
</span>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem))"
|
||||
>
|
||||
<pre class="scrollbar-hidden mx-5 my-3 overflow-y-hidden text-xs lg:text-sm"><code class="overflow-y-hidden scrollbar-hidden overflow-x-scroll scrollbar-hidden-x">No headers data</code></pre>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
</dl>
|
||||
|
||||
<div class="mt-4">
|
||||
<span class="font-semibold text-gray-900 dark:text-white">Body</span>
|
||||
</div>
|
||||
|
||||
<div class="mt-1 rounded border dark:border-gray-800">
|
||||
<div class="flex items-center">
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem))"
|
||||
>
|
||||
<pre class="scrollbar-hidden mx-5 my-3 overflow-y-hidden text-xs lg:text-sm"><code class="overflow-y-hidden scrollbar-hidden overflow-x-scroll scrollbar-hidden-x"><?php echo e($exception->requestBody() ?: 'No body data'); ?></code></pre>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $attributes = $__attributesOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $component = $__componentOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__componentOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal74daf2d0a9c625ad90327a6043d15980 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal74daf2d0a9c625ad90327a6043d15980 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.card','data' => ['class' => 'mt-6 overflow-x-auto']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::card'); ?>
|
||||
<?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(['class' => 'mt-6 overflow-x-auto']); ?>
|
||||
<div>
|
||||
<span class="text-xl font-bold lg:text-2xl">Application</span>
|
||||
</div>
|
||||
|
||||
<div class="mt-4">
|
||||
<span class="font-semibold text-gray-900 dark:text-white"> Routing </span>
|
||||
</div>
|
||||
|
||||
<dl class="mt-1 grid grid-cols-1 rounded border dark:border-gray-800">
|
||||
<?php $__empty_1 = true; $__currentLoopData = $exception->applicationRouteContext(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $name => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
|
||||
<div class="flex items-center gap-2 <?php echo e($loop->first ? '' : 'border-t'); ?> dark:border-gray-800">
|
||||
<span
|
||||
data-tippy-content="<?php echo e($name); ?>"
|
||||
class="lg:text-md w-[8rem] flex-none cursor-pointer truncate border-r px-5 py-3 text-sm dark:border-gray-800 lg:w-[12rem]"
|
||||
><?php echo e($name); ?></span
|
||||
>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="
|
||||
-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem));
|
||||
"
|
||||
>
|
||||
<pre class="scrollbar-hidden overflow-y-hidden text-xs lg:text-sm"><code class="px-5 py-3 overflow-y-hidden scrollbar-hidden max-h-32 overflow-x-scroll scrollbar-hidden-x"><?php echo e($value); ?></code></pre>
|
||||
</span>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem))"
|
||||
>
|
||||
<pre class="scrollbar-hidden mx-5 my-3 overflow-y-hidden text-xs lg:text-sm"><code class="overflow-y-hidden scrollbar-hidden overflow-x-scroll scrollbar-hidden-x">No routing data</code></pre>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
</dl>
|
||||
|
||||
<?php if($routeParametersContext = $exception->applicationRouteParametersContext()): ?>
|
||||
<div class="mt-4">
|
||||
<span class="text-gray-900 dark:text-white text-sm"> Routing Parameters </span>
|
||||
</div>
|
||||
|
||||
<div class="mt-1 rounded border dark:border-gray-800">
|
||||
<div class="flex items-center">
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem))"
|
||||
>
|
||||
<pre class="scrollbar-hidden mx-5 my-3 overflow-y-hidden text-xs lg:text-sm"><code class="overflow-y-hidden scrollbar-hidden overflow-x-scroll scrollbar-hidden-x"><?php echo e($routeParametersContext); ?></code></pre>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="mt-4">
|
||||
<span class="font-semibold text-gray-900 dark:text-white"> Database Queries </span>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-400">
|
||||
<?php if(count($exception->applicationQueries()) === 100): ?>
|
||||
only the first 100 queries are displayed
|
||||
<?php endif; ?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<dl class="mt-1 grid grid-cols-1 rounded border dark:border-gray-800">
|
||||
<?php $__empty_1 = true; $__currentLoopData = $exception->applicationQueries(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as ['connectionName' => $connectionName, 'sql' => $sql, 'time' => $time]): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
|
||||
<div class="flex items-center gap-2 <?php echo e($loop->first ? '' : 'border-t'); ?> dark:border-gray-800">
|
||||
<div class="lg:text-md w-[8rem] flex-none truncate border-r px-5 py-3 text-sm dark:border-gray-800 lg:w-[12rem]">
|
||||
<span><?php echo e($connectionName); ?></span>
|
||||
<span class="hidden text-xs text-gray-500 lg:inline-block">(<?php echo e($time); ?> ms)</span>
|
||||
</div>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="
|
||||
-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem));
|
||||
"
|
||||
>
|
||||
<pre class="scrollbar-hidden overflow-y-hidden text-xs lg:text-sm"><code class="px-5 py-3 overflow-y-hidden scrollbar-hidden max-h-32 overflow-x-scroll scrollbar-hidden-x"><?php echo e($sql); ?></code></pre>
|
||||
</span>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
|
||||
<span
|
||||
class="min-w-0 flex-grow"
|
||||
style="-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 3rem), transparent calc(100% - 1rem))"
|
||||
>
|
||||
<pre class="scrollbar-hidden mx-5 my-3 overflow-y-hidden text-xs lg:text-sm"><code class="overflow-y-hidden scrollbar-hidden overflow-x-scroll scrollbar-hidden-x">No query data</code></pre>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
</dl>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $attributes = $__attributesOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $component = $__componentOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__componentOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/context.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,61 @@
|
||||
<?php if($page->children->count() > 3): ?>
|
||||
<?php
|
||||
$study = $page->children[3];
|
||||
?>
|
||||
<!--Brand One Start-->
|
||||
<section class="brand-one">
|
||||
<div class="container">
|
||||
<div class="brand-one__text-box count-box">
|
||||
<h3 class="text-center"><?php echo implode(' ', array_slice(explode(' ', $study->title), 0, 4)) .'<br>' .implode(' ', array_slice(explode(' ', $study->title), 4)); ?></h3>
|
||||
</div>
|
||||
<div class="brand-one__carousel thm-owl__carousel owl-theme owl-carousel" data-owl-options='{
|
||||
"items": 3,
|
||||
"margin": 10,
|
||||
"smartSpeed": 700,
|
||||
"loop":true,
|
||||
"autoplay": 6000,
|
||||
"nav":false,
|
||||
"dots":false,
|
||||
"navText": ["<span class=\"fa fa-angle-left\"></span>","<span class=\"fa fa-angle-right\"></span>"],
|
||||
"responsive":{
|
||||
"0":{
|
||||
"items":2
|
||||
},
|
||||
"768":{
|
||||
"items":3
|
||||
},
|
||||
"992":{
|
||||
"items": 5
|
||||
}
|
||||
}
|
||||
}'>
|
||||
<!--Brand One Single Start-->
|
||||
<?php $__currentLoopData = $study->images; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $photo): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
|
||||
<div class="item">
|
||||
<div class="brand-one__single">
|
||||
<div class="brand-one__img"> <img class="uni-logo" src="<?php echo e($photo); ?>" alt="" style="opacity: 0.5;"> </div>
|
||||
<div class="brand-one__hover-img"> <img class="uni-logo" src="<?php echo e($photo); ?>" alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
</div>
|
||||
<!-- If we need navigation buttons -->
|
||||
</div>
|
||||
</section>
|
||||
<!--Brand One End-->
|
||||
<?php endif; ?>
|
||||
<?php /**PATH /home/rohiniedu/public_html/resources/views/client/rohini/pages/partials/university.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,57 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<div class="container-fluid">
|
||||
<?php if($errors->any()): ?>
|
||||
<?php if (isset($component)) { $__componentOriginal42e38bf3ebb8c69d910174788b0810d7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\FlashMessage::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('flash-message'); ?>
|
||||
<?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\FlashMessage::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['type' => 'danger','messages' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($errors->all())]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $attributes = $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $component = $__componentOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<div class="row">
|
||||
<div class="col-xl-12">
|
||||
<?php echo e(html()->form('POST')->route('service.store')->class('needs-validation')->attributes(['novalidate'])->open()); ?>
|
||||
|
||||
<?php echo $__env->make('ccms::service.partials._form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo e(html()->form()->close()); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/service/create.blade.php ENDPATH**/ ?>
|
||||
114
storage2/framework/views/294b180a37df6fd6df752d113bcc43b4.php
Normal file
114
storage2/framework/views/294b180a37df6fd6df752d113bcc43b4.php
Normal file
@@ -0,0 +1,114 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<!--Page Header Start-->
|
||||
<section class="page-header">
|
||||
<div class="page-header__bg" style="background-image: url('<?php echo e($page->banner); ?>');"> </div>
|
||||
<div class="container">
|
||||
<div class="page-header__inner">
|
||||
<div class="thm-breadcrumb__box">
|
||||
<ul class="thm-breadcrumb list-unstyled">
|
||||
<li><a href="<?php echo e(route('home')); ?>">Home</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li>Service details</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2><?php echo e($page->title); ?></h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Blog Details Start-->
|
||||
<section class="blog-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-8 col-lg-7">
|
||||
<div class="blog-details__left">
|
||||
<div class="blog-details__content-one">
|
||||
<div class="blog-details__content-one-img"> <img src="<?php echo e($page->image); ?>" alt=""
|
||||
style="width: 875px; height:475px; object-fit:cover; object-position:top;">
|
||||
</div>
|
||||
<br>
|
||||
<?php echo $page->description; ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<?php if(isset($page->children[0])): ?>
|
||||
<?php
|
||||
$child = $page->children[0]
|
||||
?>
|
||||
<!-- <div class="blog-details__content-two">
|
||||
<div class="blog-details__content-two-img"> <img
|
||||
src="<?php echo e($child->image); ?>" alt=""> </div>
|
||||
</div> -->
|
||||
<div class="blog-details__content-three">
|
||||
<h3 class="blog-details__content-three-title"><?php echo e($child->title); ?></h3>
|
||||
<p class="blog-details__text-6"><?php echo e($child->short_description); ?></p>
|
||||
<div class="blog-details__content-three-img-boxes">
|
||||
<?php if($child->images): ?>
|
||||
<div class="row">
|
||||
<div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img
|
||||
src="<?php echo e($child->images[0] ?? 'rohini/assets/images/blog/blog-details-content-three-img-1-1.jpg'); ?>"
|
||||
alt=""> </div>
|
||||
</div>
|
||||
<div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img
|
||||
src="<?php echo e($child->images[1] ?? 'rohini/assets/images/blog/blog-details-content-three-img-1-2.jpg'); ?>"
|
||||
alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php echo $child->description; ?>
|
||||
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-5">
|
||||
<div class="sidebar">
|
||||
<div class="sidebar__single sidebar__category">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Categories</h3>
|
||||
</div>
|
||||
<ul class="sidebar__category-list list-unstyled">
|
||||
<?php $__currentLoopData = $allServices; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<li> <a href="<?php echo e(route('service.single', $service->slug)); ?>"><?php echo e($service->title); ?><span
|
||||
class="icon-right-arrow-1"></span></a> </li>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__gallery">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Social Media</h3>
|
||||
</div>
|
||||
<div class="fb-page" data-href="<?php echo e(setting('facebook')); ?>"
|
||||
data-tabs="timeline" data-width="" data-height="400" data-small-header="true"
|
||||
data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false">
|
||||
<blockquote cite="<?php echo e(setting('facebook')); ?>"
|
||||
class="fb-xfbml-parse-ignore"><a
|
||||
href="<?php echo e(setting('facebook')); ?>">Rohini International
|
||||
Education Services</a></blockquote>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__support">
|
||||
<div class="sidebar__support-bg"
|
||||
style="background-image: url('<?php echo e(asset('rohini/assets/images/backgrounds/sidebar-support-bg.jpg')); ?>');"> </div>
|
||||
<div class="sidebar__support-icon"> <span class="icon-icon-call"></span> </div>
|
||||
<h3 class="sidebar__support-title">Get quality <br>
|
||||
consultancy <br>
|
||||
services</h3>
|
||||
<div class="sidebar__support-btn-box"> <a href="contact.html"
|
||||
class="sidebar__support-btn thm-btn"><span class="icon-right-arrow"></span> Direct
|
||||
Contact</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Blog Details End-->
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('client.rohini.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/resources/views/client/rohini/pages/service-single-template.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php $__env->startSection('title', __('Page Expired')); ?>
|
||||
<?php $__env->startSection('code', '419'); ?>
|
||||
<?php $__env->startSection('message', __('Page Expired')); ?>
|
||||
|
||||
<?php echo $__env->make('errors::minimal', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/419.blade.php ENDPATH**/ ?>
|
||||
187
storage2/framework/views/2a99bb51fcee0e531040cd1cc085d9a4.php
Normal file
187
storage2/framework/views/2a99bb51fcee0e531040cd1cc085d9a4.php
Normal file
@@ -0,0 +1,187 @@
|
||||
<!doctype html>
|
||||
<html lang="en" data-layout="vertical" data-topbar="light" data-sidebar="dark" data-sidebar-size="lg"
|
||||
data-sidebar-image="none" data-preloader="disable">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Consultancy CCMS</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
|
||||
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
|
||||
<meta content="Themesbrand" name="author" />
|
||||
<!-- App favicon -->
|
||||
<link rel="shortcut icon" href="<?php echo e(asset(setting('favicon'))); ?>">
|
||||
<!-- Layout config Js -->
|
||||
<script src="<?php echo e(asset('assets/js/layout.js')); ?>"></script>
|
||||
<!-- Bootstrap Css -->
|
||||
<link href="<?php echo e(asset('assets/css/bootstrap.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
<!-- Icons Css -->
|
||||
<link href="<?php echo e(asset('assets/css/icons.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
<link href="<?php echo e(asset('assets/libs/sweetalert2/sweetalert2.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
<!-- App Css-->
|
||||
<link href="<?php echo e(asset('assets/css/app.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
<!-- custom Css-->
|
||||
<link href="<?php echo e(asset('assets/css/custom.min.css')); ?>" rel="stylesheet" type="text/css" />
|
||||
|
||||
<?php echo $__env->yieldPushContent('css'); ?>
|
||||
|
||||
<style>
|
||||
:root[data-sidebar="dark"] {
|
||||
--vz-primary: <?php echo e(getThemeColor()); ?>;
|
||||
--primary-theme-color: <?php echo e(getThemeColor()); ?>;
|
||||
--vz-vertical-menu-item-hover-color: <?php echo e(getThemeColor()); ?>;
|
||||
--vz-vertical-menu-item-active-color: <?php echo e(getThemeColor()); ?>;
|
||||
--vz-vertical-menu-sub-item-hover-color: <?php echo e(getThemeColor()); ?>;
|
||||
--vz-vertical-menu-sub-item-active-color: <?php echo e(getThemeColor()); ?>;
|
||||
}
|
||||
|
||||
.nav-border-top-primary .nav-link.active {
|
||||
color: <?php echo e(getThemeColor()); ?>;
|
||||
border-top-color: <?php echo e(getThemeColor()); ?>;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="layout-wrapper">
|
||||
<?php if (isset($component)) { $__componentOriginal24e2055bf31b6a23284333e60f2068dc = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal24e2055bf31b6a23284333e60f2068dc = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.navbar','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.navbar'); ?>
|
||||
<?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([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal24e2055bf31b6a23284333e60f2068dc)): ?>
|
||||
<?php $attributes = $__attributesOriginal24e2055bf31b6a23284333e60f2068dc; ?>
|
||||
<?php unset($__attributesOriginal24e2055bf31b6a23284333e60f2068dc); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal24e2055bf31b6a23284333e60f2068dc)): ?>
|
||||
<?php $component = $__componentOriginal24e2055bf31b6a23284333e60f2068dc; ?>
|
||||
<?php unset($__componentOriginal24e2055bf31b6a23284333e60f2068dc); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($component)) { $__componentOriginal839e1911304b537b7c792df5520b57fe = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal839e1911304b537b7c792df5520b57fe = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.remove-notification-modal','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.remove-notification-modal'); ?>
|
||||
<?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([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal839e1911304b537b7c792df5520b57fe)): ?>
|
||||
<?php $attributes = $__attributesOriginal839e1911304b537b7c792df5520b57fe; ?>
|
||||
<?php unset($__attributesOriginal839e1911304b537b7c792df5520b57fe); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal839e1911304b537b7c792df5520b57fe)): ?>
|
||||
<?php $component = $__componentOriginal839e1911304b537b7c792df5520b57fe; ?>
|
||||
<?php unset($__componentOriginal839e1911304b537b7c792df5520b57fe); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($component)) { $__componentOriginal060abe2a9b4511e378911474e77b046d = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal060abe2a9b4511e378911474e77b046d = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.sidebar','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.sidebar'); ?>
|
||||
<?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([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal060abe2a9b4511e378911474e77b046d)): ?>
|
||||
<?php $attributes = $__attributesOriginal060abe2a9b4511e378911474e77b046d; ?>
|
||||
<?php unset($__attributesOriginal060abe2a9b4511e378911474e77b046d); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal060abe2a9b4511e378911474e77b046d)): ?>
|
||||
<?php $component = $__componentOriginal060abe2a9b4511e378911474e77b046d; ?>
|
||||
<?php unset($__componentOriginal060abe2a9b4511e378911474e77b046d); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="vertical-overlay"></div>
|
||||
<div class="main-content">
|
||||
<div class="page-content">
|
||||
|
||||
<?php echo $__env->yieldContent('content'); ?>
|
||||
|
||||
</div>
|
||||
<?php if (isset($component)) { $__componentOriginal6131d733ccfb7ef2e4ea10b2ead2ef15 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal6131d733ccfb7ef2e4ea10b2ead2ef15 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.footer','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.footer'); ?>
|
||||
<?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([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal6131d733ccfb7ef2e4ea10b2ead2ef15)): ?>
|
||||
<?php $attributes = $__attributesOriginal6131d733ccfb7ef2e4ea10b2ead2ef15; ?>
|
||||
<?php unset($__attributesOriginal6131d733ccfb7ef2e4ea10b2ead2ef15); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal6131d733ccfb7ef2e4ea10b2ead2ef15)): ?>
|
||||
<?php $component = $__componentOriginal6131d733ccfb7ef2e4ea10b2ead2ef15; ?>
|
||||
<?php unset($__componentOriginal6131d733ccfb7ef2e4ea10b2ead2ef15); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginalc532f82eece636e976b39d3a8b434380 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalc532f82eece636e976b39d3a8b434380 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.preloader','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.preloader'); ?>
|
||||
<?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([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalc532f82eece636e976b39d3a8b434380)): ?>
|
||||
<?php $attributes = $__attributesOriginalc532f82eece636e976b39d3a8b434380; ?>
|
||||
<?php unset($__attributesOriginalc532f82eece636e976b39d3a8b434380); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalc532f82eece636e976b39d3a8b434380)): ?>
|
||||
<?php $component = $__componentOriginalc532f82eece636e976b39d3a8b434380; ?>
|
||||
<?php unset($__componentOriginalc532f82eece636e976b39d3a8b434380); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- JAVASCRIPT -->
|
||||
<script>
|
||||
const app_url = "<?php echo e(config('app.url')); ?>";
|
||||
</script>
|
||||
<script src="<?php echo e(asset('assets/libs/jquery/jquery-3.7.1.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/bootstrap/js/bootstrap.bundle.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/simplebar/simplebar.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/node-waves/waves.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/feather-icons/feather.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/js/pages/plugins/lord-icon-2.1.0.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/sweetalert2/sweetalert2.min.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/js/pages/form-validation.init.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/choice.js/choices.min.js')); ?>"></script>
|
||||
|
||||
<?php echo $__env->yieldPushContent('js'); ?>
|
||||
|
||||
<!-- Ckeditor js -->
|
||||
<script src="<?php echo e(asset('assets/libs/ckeditor4/ckeditor.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/libs/ckeditor4/adapters/jquery.js')); ?>"></script>
|
||||
|
||||
<!-- App js -->
|
||||
<script src="<?php echo e(asset('assets/js/app.js')); ?>"></script>
|
||||
<script src="<?php echo e(asset('assets/js/custom.js')); ?>"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<?php /**PATH /home/rohiniedu/public_html/resources/views/layouts/app.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,88 @@
|
||||
<?php echo e(html()->form('POST', route('counter.store'))->class('needs-validation')->attributes(['novalidate'])->open()); ?>
|
||||
|
||||
|
||||
<?php if(isset($counter)): ?>
|
||||
<?php echo e(html()->hidden('id', $counter->id)); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Title')->for('title')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('title')->value($counter->title ?? old('title'))->class('form-control')->placeholder('Enter Title')->required()); ?>
|
||||
|
||||
<?php echo e(html()->div('Please enter a title.')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Counter Value')->for('counter')); ?>
|
||||
|
||||
<?php echo e(html()->text('counter')->value($counter->counter ?? old('counter'))->class('form-control')->placeholder('Enter Counter value')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Icon')->for('icon')); ?>
|
||||
|
||||
<?php echo e(html()->text('icon')->value($counter->icon ?? old('icon'))->class('form-control')->placeholder('Enter Icon class')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Image')->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' => 'image','name' => 'image','data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $counter->getRawOriginal('image') : null),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal4472fe0a558b38a919fed94c8472a9fd = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal4472fe0a558b38a919fed94c8472a9fd = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form-buttons','data' => ['href' => route('counter.index'),'label' => isset($counter) ? 'Update' : 'Create']] + (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(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('counter.index')),'label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(isset($counter) ? 'Update' : 'Create')]); ?>
|
||||
<?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>
|
||||
<?php echo e(html()->form()->close()); ?>
|
||||
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/counter/add-counter-form.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
$currentUrl = url('/');
|
||||
$currentUrl = $currentUrl . '/';
|
||||
$bannerUrl = ($page->banner !== $currentUrl) ? $page->banner : setting('banner');
|
||||
?>
|
||||
<!--Page Header Start-->
|
||||
<section class="page-header">
|
||||
<div class="page-header__bg" style="background-image: url('<?php echo e($bannerUrl); ?>');"></div>
|
||||
<div class="container">
|
||||
<div class="page-header__inner">
|
||||
<div class="thm-breadcrumb__box">
|
||||
<ul class="thm-breadcrumb list-unstyled">
|
||||
<li><a href="<?php echo e(route('home')); ?>">Home</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li><?php echo e($page->title); ?></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2><?php echo e($page->title); ?></h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
<?php /**PATH /home/rohiniedu/public_html/resources/views/client/rohini/pages/partials/breadcrumb.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?php if (isset($component)) { $__componentOriginal74daf2d0a9c625ad90327a6043d15980 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal74daf2d0a9c625ad90327a6043d15980 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.card','data' => ['class' => 'mt-6 overflow-x-auto']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::card'); ?>
|
||||
<?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(['class' => 'mt-6 overflow-x-auto']); ?>
|
||||
<div
|
||||
x-data="{
|
||||
includeVendorFrames: false,
|
||||
index: <?php echo e($exception->defaultFrame()); ?>,
|
||||
}"
|
||||
>
|
||||
<div class="grid grid-cols-1 gap-6 lg:grid-cols-3" x-clock>
|
||||
<?php if (isset($component)) { $__componentOriginal92c1a431b4816bac5d5a20d0fc1238ab = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal92c1a431b4816bac5d5a20d0fc1238ab = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.trace','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::trace'); ?>
|
||||
<?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(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal92c1a431b4816bac5d5a20d0fc1238ab)): ?>
|
||||
<?php $attributes = $__attributesOriginal92c1a431b4816bac5d5a20d0fc1238ab; ?>
|
||||
<?php unset($__attributesOriginal92c1a431b4816bac5d5a20d0fc1238ab); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal92c1a431b4816bac5d5a20d0fc1238ab)): ?>
|
||||
<?php $component = $__componentOriginal92c1a431b4816bac5d5a20d0fc1238ab; ?>
|
||||
<?php unset($__componentOriginal92c1a431b4816bac5d5a20d0fc1238ab); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($component)) { $__componentOriginala2de13eefed6710e7b4064d57c6d0e47 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginala2de13eefed6710e7b4064d57c6d0e47 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.editor','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::editor'); ?>
|
||||
<?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(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginala2de13eefed6710e7b4064d57c6d0e47)): ?>
|
||||
<?php $attributes = $__attributesOriginala2de13eefed6710e7b4064d57c6d0e47; ?>
|
||||
<?php unset($__attributesOriginala2de13eefed6710e7b4064d57c6d0e47); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginala2de13eefed6710e7b4064d57c6d0e47)): ?>
|
||||
<?php $component = $__componentOriginala2de13eefed6710e7b4064d57c6d0e47; ?>
|
||||
<?php unset($__componentOriginala2de13eefed6710e7b4064d57c6d0e47); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $attributes = $__attributesOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $component = $__componentOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__componentOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/trace-and-editor.blade.php ENDPATH**/ ?>
|
||||
110
storage2/framework/views/2c1a3cd7ba915e30fc089e1783efb3b8.php
Normal file
110
storage2/framework/views/2c1a3cd7ba915e30fc089e1783efb3b8.php
Normal file
@@ -0,0 +1,110 @@
|
||||
<?php if (isset($component)) { $__componentOriginalbbd4eeea836234825f7514ed20d2d52d = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalbbd4eeea836234825f7514ed20d2d52d = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.layout','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::layout'); ?>
|
||||
<?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(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
|
||||
<div class="renderer container mx-auto lg:px-8">
|
||||
<?php if (isset($component)) { $__componentOriginal10cd8b81fdad4ce00a06c99f27003014 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal10cd8b81fdad4ce00a06c99f27003014 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.navigation','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::navigation'); ?>
|
||||
<?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(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal10cd8b81fdad4ce00a06c99f27003014)): ?>
|
||||
<?php $attributes = $__attributesOriginal10cd8b81fdad4ce00a06c99f27003014; ?>
|
||||
<?php unset($__attributesOriginal10cd8b81fdad4ce00a06c99f27003014); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal10cd8b81fdad4ce00a06c99f27003014)): ?>
|
||||
<?php $component = $__componentOriginal10cd8b81fdad4ce00a06c99f27003014; ?>
|
||||
<?php unset($__componentOriginal10cd8b81fdad4ce00a06c99f27003014); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<main class="px-6 pb-12 pt-6">
|
||||
<div class="container mx-auto">
|
||||
<?php if (isset($component)) { $__componentOriginal1e817eb3c41fe3ea9eb0c15213c4b557 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal1e817eb3c41fe3ea9eb0c15213c4b557 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.header','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::header'); ?>
|
||||
<?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(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal1e817eb3c41fe3ea9eb0c15213c4b557)): ?>
|
||||
<?php $attributes = $__attributesOriginal1e817eb3c41fe3ea9eb0c15213c4b557; ?>
|
||||
<?php unset($__attributesOriginal1e817eb3c41fe3ea9eb0c15213c4b557); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal1e817eb3c41fe3ea9eb0c15213c4b557)): ?>
|
||||
<?php $component = $__componentOriginal1e817eb3c41fe3ea9eb0c15213c4b557; ?>
|
||||
<?php unset($__componentOriginal1e817eb3c41fe3ea9eb0c15213c4b557); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal1dc7d865c9b6045c4d68faf8bde572ed = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal1dc7d865c9b6045c4d68faf8bde572ed = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.trace-and-editor','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::trace-and-editor'); ?>
|
||||
<?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(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal1dc7d865c9b6045c4d68faf8bde572ed)): ?>
|
||||
<?php $attributes = $__attributesOriginal1dc7d865c9b6045c4d68faf8bde572ed; ?>
|
||||
<?php unset($__attributesOriginal1dc7d865c9b6045c4d68faf8bde572ed); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal1dc7d865c9b6045c4d68faf8bde572ed)): ?>
|
||||
<?php $component = $__componentOriginal1dc7d865c9b6045c4d68faf8bde572ed; ?>
|
||||
<?php unset($__componentOriginal1dc7d865c9b6045c4d68faf8bde572ed); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal523928ff754f95aea6faf87444393a04 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal523928ff754f95aea6faf87444393a04 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.context','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::context'); ?>
|
||||
<?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(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal523928ff754f95aea6faf87444393a04)): ?>
|
||||
<?php $attributes = $__attributesOriginal523928ff754f95aea6faf87444393a04; ?>
|
||||
<?php unset($__attributesOriginal523928ff754f95aea6faf87444393a04); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal523928ff754f95aea6faf87444393a04)): ?>
|
||||
<?php $component = $__componentOriginal523928ff754f95aea6faf87444393a04; ?>
|
||||
<?php unset($__componentOriginal523928ff754f95aea6faf87444393a04); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalbbd4eeea836234825f7514ed20d2d52d)): ?>
|
||||
<?php $attributes = $__attributesOriginalbbd4eeea836234825f7514ed20d2d52d; ?>
|
||||
<?php unset($__attributesOriginalbbd4eeea836234825f7514ed20d2d52d); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalbbd4eeea836234825f7514ed20d2d52d)): ?>
|
||||
<?php $component = $__componentOriginalbbd4eeea836234825f7514ed20d2d52d; ?>
|
||||
<?php unset($__componentOriginalbbd4eeea836234825f7514ed20d2d52d); ?>
|
||||
<?php endif; ?>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/show.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,36 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php echo e(html()->form('POST')->route('popup.store')->class(['needs-validation'])->attributes(['enctype' => 'multipart/form-data', 'novalidate'])->open()); ?>
|
||||
|
||||
|
||||
<?php echo $__env->make('ccms::popup.partials._form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
|
||||
<?php echo e(html()->form()->close()); ?>
|
||||
|
||||
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/Modules/CCMS/resources/views/popup/create.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,31 @@
|
||||
<div class="modal fade" id="editPageModal" tabindex="-1" aria-labelledby="editPageModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-light p-3">
|
||||
<h5 class="modal-title" id="editPageModalLabel">Edit Page</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"
|
||||
id="close-modal"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php $__env->startPush('js'); ?>
|
||||
<script>
|
||||
$(document).on('click', '.edit-item-btn', function() {
|
||||
const url = $(this).attr('data-link');
|
||||
const myModal = new bootstrap.Modal(document.getElementById("editPageModal"));
|
||||
$("#editPageModal .modal-body").html(
|
||||
'<div class="text-center my-5"><i class="spinner-border text-primary" role="status"></i></div>'
|
||||
);
|
||||
myModal.show();
|
||||
$.get(url, function(res, status) {
|
||||
$("#editPageModal .modal-body").html(res);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<?php $__env->stopPush(); ?>
|
||||
<?php /**PATH /home/rohiniedu/public_html/Modules/CCMS/resources/views/page/modal/edit.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.slider', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.counter', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.about', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.service', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.choose', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.university', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.testimonial', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.visa', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
|
||||
<?php echo $__env->make('client.rohini.pages.partials.blog', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo $__env->make('client.rohini.pages.partials.newsletter', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('client.rohini.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/client/rohini/pages/home-template.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?php if (isset($component)) { $__componentOriginal74daf2d0a9c625ad90327a6043d15980 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal74daf2d0a9c625ad90327a6043d15980 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.card','data' => ['class' => 'mt-6 overflow-x-auto']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::card'); ?>
|
||||
<?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(['class' => 'mt-6 overflow-x-auto']); ?>
|
||||
<div
|
||||
x-data="{
|
||||
includeVendorFrames: false,
|
||||
index: <?php echo e($exception->defaultFrame()); ?>,
|
||||
}"
|
||||
>
|
||||
<div class="grid grid-cols-1 gap-6 lg:grid-cols-3" x-clock>
|
||||
<?php if (isset($component)) { $__componentOriginal92c1a431b4816bac5d5a20d0fc1238ab = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal92c1a431b4816bac5d5a20d0fc1238ab = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.trace','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::trace'); ?>
|
||||
<?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(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal92c1a431b4816bac5d5a20d0fc1238ab)): ?>
|
||||
<?php $attributes = $__attributesOriginal92c1a431b4816bac5d5a20d0fc1238ab; ?>
|
||||
<?php unset($__attributesOriginal92c1a431b4816bac5d5a20d0fc1238ab); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal92c1a431b4816bac5d5a20d0fc1238ab)): ?>
|
||||
<?php $component = $__componentOriginal92c1a431b4816bac5d5a20d0fc1238ab; ?>
|
||||
<?php unset($__componentOriginal92c1a431b4816bac5d5a20d0fc1238ab); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($component)) { $__componentOriginala2de13eefed6710e7b4064d57c6d0e47 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginala2de13eefed6710e7b4064d57c6d0e47 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'laravel-exceptions-renderer::components.editor','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('laravel-exceptions-renderer::editor'); ?>
|
||||
<?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(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginala2de13eefed6710e7b4064d57c6d0e47)): ?>
|
||||
<?php $attributes = $__attributesOriginala2de13eefed6710e7b4064d57c6d0e47; ?>
|
||||
<?php unset($__attributesOriginala2de13eefed6710e7b4064d57c6d0e47); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginala2de13eefed6710e7b4064d57c6d0e47)): ?>
|
||||
<?php $component = $__componentOriginala2de13eefed6710e7b4064d57c6d0e47; ?>
|
||||
<?php unset($__componentOriginala2de13eefed6710e7b4064d57c6d0e47); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $attributes = $__attributesOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__attributesOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal74daf2d0a9c625ad90327a6043d15980)): ?>
|
||||
<?php $component = $__componentOriginal74daf2d0a9c625ad90327a6043d15980; ?>
|
||||
<?php unset($__componentOriginal74daf2d0a9c625ad90327a6043d15980); ?>
|
||||
<?php endif; ?>
|
||||
<?php /**PATH /home/rohiniedu/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Providers/../resources/exceptions/renderer/components/trace-and-editor.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,84 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
<?php if($errors->any()): ?>
|
||||
<?php if (isset($component)) { $__componentOriginal42e38bf3ebb8c69d910174788b0810d7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\FlashMessage::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('flash-message'); ?>
|
||||
<?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\FlashMessage::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['type' => 'danger','messages' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($errors->all())]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $attributes = $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $component = $__componentOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-xl-3">
|
||||
<div class="card profile-card">
|
||||
<?php echo $__env->make('coursefinder::programLevel.add-program-level-form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-xl-8 col-lg-9">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$columns = [
|
||||
[
|
||||
'title' => 'S.N',
|
||||
'data' => 'DT_RowIndex',
|
||||
'name' => 'DT_RowIndex',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
'sortable' => false,
|
||||
],
|
||||
['title' => 'Name', 'data' => 'title', 'name' => 'title'],
|
||||
['title' => 'Status', 'data' => 'status', 'name' => 'status'],
|
||||
[
|
||||
'title' => 'Action',
|
||||
'data' => 'action',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('programLevel.index'),'reorder' => route('programLevel.reorder'),'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('programLevel.index')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('programLevel.reorder')),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/Modules/CourseFinder/resources/views/programLevel/index.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php $__env->startSection('title', __('Server Error')); ?>
|
||||
<?php $__env->startSection('code', '500'); ?>
|
||||
<?php $__env->startSection('message', __('Server Error')); ?>
|
||||
|
||||
<?php echo $__env->make('errors::minimal', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/500.blade.php ENDPATH**/ ?>
|
||||
119
storage2/framework/views/2fdd18f0f815a73b8f0aad1d4b1a88de.php
Normal file
119
storage2/framework/views/2fdd18f0f815a73b8f0aad1d4b1a88de.php
Normal file
@@ -0,0 +1,119 @@
|
||||
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag;
|
||||
|
||||
$__newAttributes = [];
|
||||
$__propNames = \Illuminate\View\ComponentAttributeBag::extractPropNames(([
|
||||
'id' => 'lfm-image',
|
||||
'name' => 'logo',
|
||||
'label' => 'Select Image',
|
||||
'multiple' => 'true',
|
||||
'data' => null,
|
||||
'editable' => false,
|
||||
]));
|
||||
|
||||
foreach ($attributes->all() as $__key => $__value) {
|
||||
if (in_array($__key, $__propNames)) {
|
||||
$$__key = $$__key ?? $__value;
|
||||
} else {
|
||||
$__newAttributes[$__key] = $__value;
|
||||
}
|
||||
}
|
||||
|
||||
$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
|
||||
|
||||
unset($__propNames);
|
||||
unset($__newAttributes);
|
||||
|
||||
foreach (array_filter(([
|
||||
'id' => 'lfm-image',
|
||||
'name' => 'logo',
|
||||
'label' => 'Select Image',
|
||||
'multiple' => 'true',
|
||||
'data' => null,
|
||||
'editable' => false,
|
||||
]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
|
||||
$$__key = $$__key ?? $__value;
|
||||
}
|
||||
|
||||
$__defined_vars = get_defined_vars();
|
||||
|
||||
foreach ($attributes->all() as $__key => $__value) {
|
||||
if (array_key_exists($__key, $__defined_vars)) unset($$__key);
|
||||
}
|
||||
|
||||
unset($__defined_vars); ?>
|
||||
|
||||
<div class="upload__box">
|
||||
<div class="<?php echo e($id); ?>-upload__img-wrap row">
|
||||
</div>
|
||||
|
||||
<input id="<?php echo e($id); ?>" type="text" name="<?php echo e($name); ?>" value="<?php echo e($data); ?>"
|
||||
class="form-control" readonly />
|
||||
|
||||
<div class="input-group mt-1">
|
||||
<span class="input-group-btn">
|
||||
<a href="javascript:void(0)" id="<?php echo e($id); ?>-input" data-input="<?php echo e($id); ?>"
|
||||
class="link-primary link-opacity-75-hover link-offset-2">
|
||||
<i class="ri-image-add-line me-1"></i> <?php echo e($label); ?>
|
||||
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<?php $__env->startPush('js'); ?>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
||||
let imgArray = [];
|
||||
let eventListener = "<?php echo e($id); ?>";
|
||||
let isMultiple = "<?php echo e($multiple); ?>";
|
||||
let isEditable = "<?php echo e($editable); ?>";
|
||||
let data = "<?php echo e($data); ?>";
|
||||
|
||||
const prefix = `${app_url}/laravel-filemanager`;
|
||||
$(`#${eventListener}-input`).filemanager('file', {
|
||||
prefix: prefix
|
||||
});
|
||||
|
||||
$(document).on('change', `#${eventListener}`, function() {
|
||||
const value = $(this).val();
|
||||
|
||||
imgArray = (isMultiple == true) ? value.split(',') : [value.split(',').pop()];
|
||||
let imageUrl = imgArray.join(',');
|
||||
$(`#${eventListener}`).val(imageUrl);
|
||||
$(`.${eventListener}-upload__img-wrap`).empty();
|
||||
|
||||
$.each(imgArray, function(index, item) {
|
||||
let html = `<div class='upload__img-box col-sm-auto'>
|
||||
<div style='background-image: url("${app_url}/${item}")' class='img-bg'>
|
||||
<div id="${eventListener}-img-close" data-file="${item}" class='upload__img-close'></div>
|
||||
</div>
|
||||
</div>`;
|
||||
$(`.${eventListener}-upload__img-wrap`).append(html);
|
||||
})
|
||||
});
|
||||
|
||||
$(document).on('click', `#${eventListener}-img-close`, function(e) {
|
||||
const file = $(this).data("file");
|
||||
|
||||
for (let i = 0; i < imgArray.length; i++) {
|
||||
if (imgArray[i] == file) {
|
||||
imgArray.splice(i, 1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
let imageUrl = imgArray.join(',');
|
||||
$(`#${eventListener}`).val(imageUrl);
|
||||
$(this).parent().parent().remove();
|
||||
});
|
||||
|
||||
if (isEditable && data) {
|
||||
$(`#${eventListener}`).trigger('change');
|
||||
}
|
||||
|
||||
});
|
||||
</script>
|
||||
<?php $__env->stopPush(); ?>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/components/image-input.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,61 @@
|
||||
<?php if($page->children->count() > 3): ?>
|
||||
<?php
|
||||
$study = $page->children[3];
|
||||
?>
|
||||
<!--Brand One Start-->
|
||||
<section class="brand-one">
|
||||
<div class="container">
|
||||
<div class="brand-one__text-box count-box">
|
||||
<h3 class="text-center "><?php echo implode(' ', array_slice(explode(' ', $study->title), 0, 4)) .'<br>' .implode(' ', array_slice(explode(' ', $study->title), 4)); ?></h3>
|
||||
</div>
|
||||
<div class="brand-one__carousel thm-owl__carousel owl-theme owl-carousel" data-owl-options='{
|
||||
"items": 3,
|
||||
"margin": 10,
|
||||
"smartSpeed": 700,
|
||||
"loop":true,
|
||||
"autoplay":true,
|
||||
"nav":false,
|
||||
"dots":false,
|
||||
"navText": ["<span class=\"fa fa-angle-left\"></span>","<span class=\"fa fa-angle-right\"></span>"],
|
||||
"responsive":{
|
||||
"0":{
|
||||
"items":2
|
||||
},
|
||||
"768":{
|
||||
"items":3
|
||||
},
|
||||
"992":{
|
||||
"items": 5
|
||||
}
|
||||
}
|
||||
}'>
|
||||
<!--Brand One Single Start-->
|
||||
<?php $__currentLoopData = $study->images; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $photo): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
|
||||
<div class="item">
|
||||
<div class="brand-one__single">
|
||||
<div class="brand-one__img"> <img class="uni-logo" src="<?php echo e($photo); ?>" alt="" > </div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
</div>
|
||||
<!-- If we need navigation buttons -->
|
||||
</div>
|
||||
</section>
|
||||
<!--Brand One End-->
|
||||
<?php endif; ?>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/client/rohini/pages/partials/university.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,12 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke-width="1.5"
|
||||
stroke="currentColor"
|
||||
<?php echo e($attributes); ?>
|
||||
|
||||
>
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z" />
|
||||
</svg>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/icons/sun.blade.php ENDPATH**/ ?>
|
||||
|
After Width: | Height: | Size: 630 B |
@@ -0,0 +1,28 @@
|
||||
<?php echo e(html()->modelForm($resume ?? null, 'POST', route('resume.store'))->class('needs-validation')->attributes(['novalidate', 'enctype' => 'multipart/form-data'])->open()); ?>
|
||||
|
||||
<?php if(isset($resume)): ?>
|
||||
<?php echo e(html()->hidden('id', $resume->id)); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
<div class="row g-3">
|
||||
<div class="col-lg-12">
|
||||
<div>
|
||||
<?php echo e(html()->label('Name')->class('form-label')->for('name')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('name')->class('form-control')->placeholder('Enter Name')->required()); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-12">
|
||||
<div class="hstack gap-2 justify-content-end">
|
||||
<button type="button" class="btn btn-light" data-bs-dismiss="modal">Close</button>
|
||||
<button type="submit" class="btn btn-success"><?php echo e(isset($resume) ? 'Update' : 'Create'); ?></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo e(html()->closeModelForm()); ?>
|
||||
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/Resume\resources/views/resume/partials/_form.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,55 @@
|
||||
<?php echo e(html()->form('POST', route('galleryCategory.store'))->class('needs-validation')->attributes(['novalidate'])->open()); ?>
|
||||
|
||||
|
||||
<?php if(isset($galleryCategory)): ?>
|
||||
<?php echo e(html()->hidden('id', $galleryCategory->id)); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Title')->for('title')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('title')->value($galleryCategory->title ?? old('title'))->class('form-control')->placeholder('Enter Title')->required()); ?>
|
||||
|
||||
<?php echo e(html()->div('Please enter a title.')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Slug')->for('slug')); ?>
|
||||
|
||||
<?php echo e(html()->text('slug')->value($galleryCategory->slug ?? old('slug'))->class('form-control')->placeholder('Enter Category Slug')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal4472fe0a558b38a919fed94c8472a9fd = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal4472fe0a558b38a919fed94c8472a9fd = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form-buttons','data' => ['href' => route('galleryCategory.index'),'label' => isset($galleryCategory) ? 'Update' : 'Create']] + (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(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('galleryCategory.index')),'label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(isset($galleryCategory) ? 'Update' : 'Create')]); ?>
|
||||
<?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>
|
||||
<?php echo e(html()->form()->close()); ?>
|
||||
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/galleryCategory/add-gallery-category-form.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,71 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<div class="card">
|
||||
<div class="card-header align-items-center d-flex">
|
||||
<h5 class="card-title flex-grow-1 mb-0"><?php echo e($title); ?></h5>
|
||||
<div class="flex-shrink-0">
|
||||
<a href="<?php echo e(route('menu.create')); ?>" class="btn waves-effect waves-light text-white" style="background-color: var(--vz-primary)"><i
|
||||
class="ri-add-fill me-1 align-bottom"></i> Create</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<?php
|
||||
$columns = [
|
||||
['title' => 'S.N', 'data' => 'DT_RowIndex', 'name' => 'DT_RowIndex', 'orderable' => false, 'searchable' => false],
|
||||
['title' => 'Location', 'data' => 'location', 'name' => 'location'],
|
||||
['title' => 'Parent', 'data' => 'parent', 'name' => 'parent'],
|
||||
['title' => 'Title', 'data' => 'title', 'name' => 'title'],
|
||||
['title' => 'Type', 'data' => 'type', 'name' => 'type'],
|
||||
['title' => 'URL', 'data' => 'parameter', 'name' => 'parameter'],
|
||||
['title' => 'Order', 'data' => 'order', 'name' => 'order'],
|
||||
['title' => 'Status', 'data' => 'status', 'name' => 'status'],
|
||||
['title' => 'Action', 'data' => 'action', 'orderable' => false, 'searchable' => false],
|
||||
];
|
||||
?>
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('menu.index'),'reorder' => route('menu.reorder'),'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('menu.index')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('menu.reorder')),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/Modules/Menu/resources/views/menu/index.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,7 @@
|
||||
<div id="preloader">
|
||||
<div id="status">
|
||||
<div class="spinner-border text-primary avatar-sm" role="status">
|
||||
<span class="visually-hidden">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
</div><?php /**PATH /home/rohiniedu/public_html/resources/views/components/dashboard/preloader.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,31 @@
|
||||
<div class="modal fade" id="editPageModal" tabindex="-1" aria-labelledby="editPageModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-light p-3">
|
||||
<h5 class="modal-title" id="editPageModalLabel">Edit Page</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"
|
||||
id="close-modal"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php $__env->startPush('js'); ?>
|
||||
<script>
|
||||
$(document).on('click', '.edit-item-btn', function() {
|
||||
const url = $(this).attr('data-link');
|
||||
const myModal = new bootstrap.Modal(document.getElementById("editPageModal"));
|
||||
$("#editPageModal .modal-body").html(
|
||||
'<div class="text-center my-5"><i class="spinner-border text-primary" role="status"></i></div>'
|
||||
);
|
||||
myModal.show();
|
||||
$.get(url, function(res, status) {
|
||||
$("#editPageModal .modal-body").html(res);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<?php $__env->stopPush(); ?>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/page/modal/edit.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-4 h-4" style="margin-bottom: -8px;">
|
||||
<path fill-rule="evenodd" d="M9.47 6.47a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 8.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06l4.25-4.25Z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/icons/chevron-up.blade.php ENDPATH**/ ?>
|
||||
|
After Width: | Height: | Size: 507 B |
@@ -0,0 +1,12 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke-width="1.5"
|
||||
stroke="currentColor"
|
||||
<?php echo e($attributes); ?>
|
||||
|
||||
>
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z" />
|
||||
</svg>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/icons/moon.blade.php ENDPATH**/ ?>
|
||||
|
After Width: | Height: | Size: 604 B |
@@ -0,0 +1,8 @@
|
||||
<div class="hstack gap-3 flex-wrap">
|
||||
<a href="<?php echo e(route('menu.edit', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Edit" class="link-success fs-15"><i class="ri-edit-2-line"></i></a>
|
||||
<a data-link="<?php echo e(route('menu.toggle', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Toggle" data-status="<?php echo e($status == 1 ? 'Draft' : 'Published'); ?>"
|
||||
class="link-info fs-15 toggle-item"><i class="<?php echo e($status == 1 ? 'ri-toggle-line' : 'ri-toggle-fill'); ?>"></i></a>
|
||||
<a data-link="<?php echo e(route('menu.destroy', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Delete" class="link-danger fs-15 remove-item"><i
|
||||
class="ri-delete-bin-line"></i></a>
|
||||
</div>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\Modules/Menu\resources/views/menu/datatable/action.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,13 @@
|
||||
<div class="hstack flex-wrap gap-3">
|
||||
<a href="<?php echo e(route('blog.edit', $id)); ?>" data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom" data-bs-title="Edit" class="link-success fs-15 edit-item-btn"><i
|
||||
class=" ri-edit-2-line"></i></a>
|
||||
|
||||
<a data-link="<?php echo e(route('blog.toggle', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Toggle" data-status="<?php echo e($status == 1 ? 'Draft' : 'Published'); ?>"
|
||||
class="link-info fs-15 toggle-item"><i class="<?php echo e($status == 1 ? 'ri-toggle-line' : 'ri-toggle-fill'); ?>"></i></a>
|
||||
|
||||
<a href="javascript:void(0);" data-link="<?php echo e(route('blog.destroy', $id)); ?>" class="link-danger fs-15 remove-item"
|
||||
data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Delete"><i class="ri-delete-bin-6-line"></i>
|
||||
</a>
|
||||
</div>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/blog/datatable/action.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,75 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<div class="card">
|
||||
<div class="card-header align-items-center d-flex">
|
||||
<h5 class="card-title flex-grow-1 mb-0"><?php echo e($title); ?></h5>
|
||||
<div class="flex-shrink-0">
|
||||
<a href="<?php echo e(route('testimonial.create')); ?>" class="btn waves-effect waves-light text-white"
|
||||
style="background-color: var(--vz-primary)"><i class="ri-add-fill me-1 align-bottom"></i> Create</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$columns = [
|
||||
[
|
||||
'title' => 'S.N',
|
||||
'data' => 'DT_RowIndex',
|
||||
'name' => 'DT_RowIndex',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
],
|
||||
['title' => 'Image', 'data' => 'image', 'name' => 'image'],
|
||||
['title' => 'Name', 'data' => 'title', 'name' => 'title'],
|
||||
['title' => 'Location', 'data' => 'designation', 'name' => 'designation'],
|
||||
['title' => 'Company', 'data' => 'company', 'name' => 'company'],
|
||||
['title' => 'Status', 'data' => 'status', 'name' => 'status'],
|
||||
['title' => 'Action', 'data' => 'action', 'orderable' => false, 'searchable' => false],
|
||||
];
|
||||
?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('testimonial.index'),'reorder' => route('testimonial.reorder'),'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('testimonial.index')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('testimonial.reorder')),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/Modules/CCMS/resources/views/testimonial/index.blade.php ENDPATH**/ ?>
|
||||
124
storage2/framework/views/39a8515f7fd2d9698b6e9e628fc9ba5f.php
Normal file
124
storage2/framework/views/39a8515f7fd2d9698b6e9e628fc9ba5f.php
Normal file
@@ -0,0 +1,124 @@
|
||||
<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-6">
|
||||
<?php echo e(html()->label('Name')->class('form-label')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('title')->class('form-control')->placeholder('Enter Name')->required()); ?>
|
||||
|
||||
<?php echo e(html()->div('Name is required')->class('invalid-feedback')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<?php echo e(html()->label('Location')->class('form-label')); ?>
|
||||
|
||||
<?php echo e(html()->text('designation')->class('form-control')->placeholder('Enter Location')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<?php echo e(html()->label('Company')->class('form-label')); ?>
|
||||
|
||||
<?php echo e(html()->text('company')->class('form-control')->placeholder('Enter Company')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<?php echo e(html()->label('Branch')->class('form-label')->for('branch_id')); ?>
|
||||
|
||||
<?php echo e(html()->select('branch_id', $branchOptions)->class('form-select choices-select')->placeholder('Select')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<?php echo e(html()->label('Comment')->class('form-label')->for('description')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('description')->class('form-control')->rows(10)); ?>
|
||||
|
||||
</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('team.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('team.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')->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' => 'image','name' => 'image','data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $testimonial->getRawOriginal('image') : null),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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 D:\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/testimonial/partials/_form.blade.php ENDPATH**/ ?>
|
||||
337
storage2/framework/views/3d4e8d2f55292085a82eb2b882e95723.php
Normal file
337
storage2/framework/views/3d4e8d2f55292085a82eb2b882e95723.php
Normal file
@@ -0,0 +1,337 @@
|
||||
<div class="row">
|
||||
<div class="col-xl-8">
|
||||
<div class="card h-auto">
|
||||
<div class="card-body">
|
||||
<div class="row gy-3">
|
||||
<div class="col-12">
|
||||
<?php echo e(html()->label('Title')->class('form-label')->for('title')); ?>
|
||||
|
||||
<?php echo e(html()->span('*')->class('text-danger')); ?>
|
||||
|
||||
<?php echo e(html()->text('title')->class('form-control')->placeholder('Enter Service Title')->required(true)); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<?php echo e(html()->label('Description (Short)')->class('form-label')->for('short_description')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('short_description')->class('form-control')->placeholder('Enter Description (Short)')->rows(5)); ?>
|
||||
|
||||
</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')->placeholder('Enter Description')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'ccms::components.custom-form-field','data' => ['data' => $service->custom ?? []]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('ccms::custom-form-field'); ?>
|
||||
<?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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($service->custom ?? [])]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5)): ?>
|
||||
<?php $attributes = $__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5; ?>
|
||||
<?php unset($__attributesOriginal9d43c5ba49d506ec31c92ad8df1a6dd5); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5)): ?>
|
||||
<?php $component = $__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5; ?>
|
||||
<?php unset($__componentOriginal9d43c5ba49d506ec31c92ad8df1a6dd5); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="card meta-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">Meta</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-xl-12 col-sm-12">
|
||||
<?php echo e(html()->label('Meta Title')->class('form-label')->for('meta_title')); ?>
|
||||
|
||||
<?php echo e(html()->text('meta_title')->class('form-control mb-3')->placeholder('Meta Title')); ?>
|
||||
|
||||
</div>
|
||||
<div class="col-xl-12 col-sm-12">
|
||||
<?php echo e(html()->label('Meta Keywords')->class('form-label')->for('meta_keywords')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('meta_keywords')->class('form-control mb-3')->placeholder('Meta Keywords')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-xl-12 col-sm-12">
|
||||
<?php echo e(html()->label('Meta Description')->class('form-label')->for('meta_description')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('meta_description')->class('form-control mb-3')->placeholder('Meta wire:Description')->rows(3)); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-xl-4">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Published
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php echo e(html()->label('Status')->class('form-label visually-hidden')->for('status')); ?>
|
||||
|
||||
<?php echo e(html()->select('status', config('constants.page_status_options'))->class('form-select choices-select')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal4472fe0a558b38a919fed94c8472a9fd = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal4472fe0a558b38a919fed94c8472a9fd = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form-buttons','data' => ['href' => route('service.index'),'label' => isset($service) ? 'Update' : 'Create']] + (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(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('service.index')),'label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(isset($service) ? 'Update' : 'Create')]); ?>
|
||||
<?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">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Page Attributes
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php echo e(html()->label('Parent Service')->class('form-label')->for('parent_id')); ?>
|
||||
|
||||
<?php echo e(html()->select('parent_id', $serviceOptions ?? [])->value($service->parent_id ?? old('parent_id'))->class('form-select choices-select')->placeholder('Select')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card media-gallery-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Icon
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Icon')->class('form-label')->for('icon_class')); ?>
|
||||
|
||||
<?php echo e(html()->text('icon_class')->class('form-control')->placeholder('Icon class')); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php echo e(html()->label('Icon Image')->class('form-label')->for('icon_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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $service->getRawOriginal('icon_image') : null),'id' => 'icon_image','name' => 'icon_image','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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 class="card featured-image-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Featured Image
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="mb-3">
|
||||
<?php echo e(html()->label('Featured')->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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $service->getRawOriginal('image') : null),'id' => 'image','name' => 'image','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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>
|
||||
|
||||
<?php echo e(html()->label('Banner')->class('form-label')->for('banner')); ?>
|
||||
|
||||
<?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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $service->getRawOriginal('banner') : null),'id' => 'banner','name' => 'banner','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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 class="card media-gallery-section">
|
||||
<div class="card-header">
|
||||
<h6 class="card-title mb-0 fs-14">
|
||||
Media Gallery
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?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 ? $service->getRawOriginal('images') : null),'multiple' => true,'label' => 'Select Images']); ?>
|
||||
<?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 class="card sidebar-section">
|
||||
<div class="card-header d-flex jusitfy-content-between align-items-center">
|
||||
<h6 class="card-title mb-0 fs-14">Sidebar</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row gy-3">
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Title')->class('form-label')->for('sidebar_title')); ?>
|
||||
|
||||
<?php echo e(html()->text('sidebar_title')->class('form-control')); ?>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Content')->class('form-label')->for('sidebar_content')); ?>
|
||||
|
||||
<?php echo e(html()->textarea('sidebar_content')->class('form-control')->placeholder('Short Content (optional)')->rows(3)); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-12">
|
||||
<?php echo e(html()->label('Image')->class('form-label')->for('sidebar_content')); ?>
|
||||
|
||||
<?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(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $service->getRawOriginal('sidebar_image') : null),'id' => 'sidebar_image','name' => 'sidebar_image','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
|
||||
<?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>
|
||||
|
||||
<div class="card button-section">
|
||||
<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_url')); ?>
|
||||
|
||||
<?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()->select('button_target', config('constants.redirect_options'))->class('form-select choices-select')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/service/partials/_form.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,15 @@
|
||||
<footer class="footer">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<?php echo e(date('Y')); ?> © Consultancy All in one solutions.
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="text-sm-end d-none d-sm-block">
|
||||
Design & Develop by Bibhuti Solutions
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/components/dashboard/footer.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,71 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<div class="card">
|
||||
<div class="card-header align-items-center d-flex">
|
||||
<h5 class="card-title flex-grow-1 mb-0"><?php echo e($title); ?></h5>
|
||||
<div class="flex-shrink-0">
|
||||
<a href="<?php echo e(route('menu.create')); ?>" class="btn waves-effect waves-light text-white" style="background-color: var(--vz-primary)"><i
|
||||
class="ri-add-fill me-1 align-bottom"></i> Create</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<?php
|
||||
$columns = [
|
||||
['title' => 'S.N', 'data' => 'DT_RowIndex', 'name' => 'DT_RowIndex', 'orderable' => false, 'searchable' => false],
|
||||
['title' => 'Location', 'data' => 'location', 'name' => 'location'],
|
||||
['title' => 'Parent', 'data' => 'parent', 'name' => 'parent'],
|
||||
['title' => 'Title', 'data' => 'title', 'name' => 'title'],
|
||||
['title' => 'Type', 'data' => 'type', 'name' => 'type'],
|
||||
['title' => 'URL', 'data' => 'parameter', 'name' => 'parameter'],
|
||||
['title' => 'Order', 'data' => 'order', 'name' => 'order'],
|
||||
['title' => 'Status', 'data' => 'status', 'name' => 'status'],
|
||||
['title' => 'Action', 'data' => 'action', 'orderable' => false, 'searchable' => false],
|
||||
];
|
||||
?>
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('menu.index'),'reorder' => route('menu.reorder'),'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?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(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('menu.index')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('menu.reorder')),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/Menu\resources/views/menu/index.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,59 @@
|
||||
<?php if($page->children->count() > 3): ?>
|
||||
<?php
|
||||
$study = $page->children[3];
|
||||
?>
|
||||
<!--Brand One Start-->
|
||||
<section class="brand-one">
|
||||
<div class="container">
|
||||
<div class="brand-one__text-box count-box">
|
||||
<h3 class="text-center"><?php echo implode(' ', array_slice(explode(' ', $study->title), 0, 4)) .'<br>' .implode(' ', array_slice(explode(' ', $study->title), 4)); ?></h3>
|
||||
</div>
|
||||
<div class="brand-one__carousel thm-owl__carousel owl-theme owl-carousel" data-owl-options='{
|
||||
"items": 3,
|
||||
"margin": 10,
|
||||
"smartSpeed": 700,
|
||||
"loop":true,
|
||||
"autoplay": 6000,
|
||||
"nav":false,
|
||||
"dots":false,
|
||||
"navText": ["<span class=\"fa fa-angle-left\"></span>","<span class=\"fa fa-angle-right\"></span>"],
|
||||
"responsive":{
|
||||
"0":{
|
||||
"items":2
|
||||
},
|
||||
"768":{
|
||||
"items":3
|
||||
},
|
||||
"992":{
|
||||
"items": 5
|
||||
}
|
||||
}
|
||||
}'>
|
||||
<!--Brand One Single Start-->
|
||||
<?php $__currentLoopData = $study->images; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $photo): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div class="item">
|
||||
<div class="brand-one__single">
|
||||
<div class="brand-one__img"> <img class="uni-logo" src="<?php echo e($photo); ?>" alt="" style="opacity: 0.5;"> </div>
|
||||
<div class="brand-one__hover-img"> <img class="uni-logo" src="<?php echo e($photo); ?>" alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
</div>
|
||||
<!-- If we need navigation buttons -->
|
||||
</div>
|
||||
</section>
|
||||
<!--Brand One End-->
|
||||
<?php endif; ?><?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/pages/partials/university.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,57 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<div class="container-fluid">
|
||||
<?php if($errors->any()): ?>
|
||||
<?php if (isset($component)) { $__componentOriginal42e38bf3ebb8c69d910174788b0810d7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\FlashMessage::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('flash-message'); ?>
|
||||
<?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\FlashMessage::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['type' => 'danger','messages' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($errors->all())]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $attributes = $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $component = $__componentOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<div class="row">
|
||||
<div class="col-xl-12">
|
||||
<?php echo e(html()->modelForm($service, 'PUT')->route('service.update', $service->id)->class('needs-validation')->attributes(['novalidate'])->open()); ?>
|
||||
|
||||
<?php echo $__env->make('ccms::service.partials._form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
<?php echo e(html()->closeModelForm()); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/service/edit.blade.php ENDPATH**/ ?>
|
||||
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**/ ?>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php $__currentLoopData = $exception->frames(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $frame): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div
|
||||
class="sm:col-span-2"
|
||||
x-show="index === <?php echo e($loop->index); ?>"
|
||||
>
|
||||
<div class="mb-3">
|
||||
<div class="text-md text-gray-500 dark:text-gray-400">
|
||||
<div class="mb-2">
|
||||
|
||||
<?php if(config('app.editor')): ?>
|
||||
<a href="<?php echo e($frame->editorHref()); ?>" class="text-blue-500 hover:underline">
|
||||
<span class="wrap text-gray-900 dark:text-gray-300"><?php echo e($frame->file()); ?></span>
|
||||
</a>
|
||||
<?php else: ?>
|
||||
<span class="wrap text-gray-900 dark:text-gray-300"><?php echo e($frame->file()); ?></span>
|
||||
<?php endif; ?>
|
||||
|
||||
<span class="font-mono text-xs">:<?php echo e($frame->line()); ?></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pt-4 text-sm text-gray-500 dark:text-gray-400">
|
||||
<pre class="h-[32.5rem] rounded-md dark:bg-gray-800 border dark:border-gray-700"><template x-if="true"><code
|
||||
style="display: none;"
|
||||
id="frame-<?php echo e($loop->index); ?>"
|
||||
class="language-php highlightable-code <?php if($loop->index === $exception->defaultFrame()): ?> default-highlightable-code <?php endif; ?> scrollbar-hidden overflow-y-hidden"
|
||||
data-line-number="<?php echo e($frame->line()); ?>"
|
||||
data-ln-start-from="<?php echo e(max($frame->line() - 5, 1)); ?>"
|
||||
><?php echo e($frame->snippet()); ?></code></template></pre>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\vendor\laravel\framework\src\Illuminate\Foundation\Providers/../resources/exceptions/renderer/components/editor.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,36 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<div class="container-fluid">
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?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(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php echo e(html()->modelForm($testimonial, 'PUT')->route('testimonial.update', $testimonial->id)->class(['needs-validation'])->attributes(['novalidate'])->open()); ?>
|
||||
|
||||
|
||||
<?php echo $__env->make('ccms::testimonial.partials._form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
|
||||
<?php echo e(html()->form()->close()); ?>
|
||||
|
||||
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/testimonial/edit.blade.php ENDPATH**/ ?>
|
||||
@@ -0,0 +1,14 @@
|
||||
<div class="hstack flex-wrap gap-3">
|
||||
<a href="<?php echo e(route('testimonial.edit', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Edit" class="link-success fs-15 edit-item-btn">
|
||||
<i class=" ri-edit-2-line"></i>
|
||||
</a>
|
||||
|
||||
<a data-link="<?php echo e(route('testimonial.toggle', $id)); ?>" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Toggle" data-status="<?php echo e($status == 1 ? 'Draft' : 'Published'); ?>"
|
||||
class="link-info fs-15 toggle-item"><i class="<?php echo e($status == 1 ? 'ri-toggle-line' : 'ri-toggle-fill'); ?>"></i></a>
|
||||
|
||||
<a href="javascript:void(0);" data-link="<?php echo e(route('testimonial.destroy', $id)); ?>" class="link-danger fs-15 remove-item" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="Delete">
|
||||
<i class="ri-delete-bin-6-line"></i>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\Modules/CCMS\resources/views/testimonial/datatable/action.blade.php ENDPATH**/ ?>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user