Files
rohini-web/storage2/framework/views/0c51aa3d404d2b7292137dbf30ffcbc8.php
2025-12-28 12:16:05 +05:45

195 lines
9.3 KiB
PHP

<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**/ ?>