관리-도구
편집 파일: 64ac5c82b3db0b5f6fe8d52ad67c3290.php
<?php if (isset($component)) { $__componentOriginald7f77a02f879fd4954ea3c39c4e952cb = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb = $attributes; } ?> <?php $component = Modules\LMS\View\Components\Dashboard\Layout::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('dashboard-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(\Modules\LMS\View\Components\Dashboard\Layout::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php $__env->slot('title', null, []); ?> <?php echo e(translate('Create Student')); ?> <?php $__env->endSlot(); ?> <!-- BREADCRUMB --> <?php if (isset($component)) { $__componentOriginalcf27f2c2c873893339708d5fdeeb6984 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcf27f2c2c873893339708d5fdeeb6984 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::admin.breadcrumb','data' => ['backUrl' => ''.e(route('student.index')).'','title' => 'Create','pageTo' => 'Student']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::admin.breadcrumb'); ?> <?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(['back-url' => ''.e(route('student.index')).'','title' => 'Create','page-to' => 'Student']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcf27f2c2c873893339708d5fdeeb6984)): ?> <?php $attributes = $__attributesOriginalcf27f2c2c873893339708d5fdeeb6984; ?> <?php unset($__attributesOriginalcf27f2c2c873893339708d5fdeeb6984); ?> <?php endif; ?> <?php if (isset($__componentOriginalcf27f2c2c873893339708d5fdeeb6984)): ?> <?php $component = $__componentOriginalcf27f2c2c873893339708d5fdeeb6984; ?> <?php unset($__componentOriginalcf27f2c2c873893339708d5fdeeb6984); ?> <?php endif; ?> <form action="<?php echo e(route('student.store')); ?>" method="post" class="form" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="grid grid-cols-12 gap-x-4"> <div class="col-span-full lg:col-span-8 card p-4 sm:p-6"> <h6 class="leading-none text-xl font-semibold text-heading"><?php echo e(translate('Add New Student')); ?></h6> <div class="grid grid-cols-2 gap-x-4 gap-y-6 mt-7"> <div class="col-span-full xl:col-auto leading-none"> <label for="name" class="form-label"> <?php echo e(translate('First Name')); ?> <span class="text-danger" title="<?php echo e(translate('This field is required')); ?>"><b>*</b></span> </label> <input type="text" id="name" name="first_name" placeholder="<?php echo e(translate('Enter First Name')); ?>" class="form-input"> <span class="text-danger error-text first_name_err"></span> </div> <div class="col-span-full xl:col-auto leading-none"> <label for="last_name" class="form-label"> <?php echo e(translate('Last Name')); ?> <span class="text-danger" title="<?php echo e(translate('This field is required')); ?>"><b>*</b></span> </label> <input type="text" id="last_name" name="last_name" placeholder="<?php echo e(translate('Enter Last Name')); ?>" class="form-input"> <span class="text-danger error-text last_name_err"></span> </div> <div class="col-span-full xl:col-auto leading-none"> <label for="phone-number" class="form-label"> <?php echo e(translate('Phone Number')); ?> <span class="text-danger" title="<?php echo e(translate('This field is required')); ?>"><b>*</b></span> </label> <input type="text" id="phone-number" name="phone" placeholder="<?php echo e(translate('Enter Phone Number')); ?>" class="form-input"> <span class="text-danger error-text phone_err"></span> </div> <div class="col-span-full xl:col-auto leading-none"> <label for="email" class="form-label"> <?php echo e(translate('Email')); ?> <span class="text-danger" title="<?php echo e(translate('This field is required')); ?>"><b>*</b></span> </label> <input type="text" id="email" name="email" placeholder="<?php echo e(translate('Enter Email')); ?>" class="form-input"> <span class="text-danger error-text email_err"></span> </div> <div class="col-span-full xl:col-auto leading-none"> <label for="password" class="form-label"> <?php echo e(translate('Password')); ?> <span class="text-danger" title="<?php echo e(translate('This field is required')); ?>"><b>*</b></span> </label> <input type="password" id="password" name="password" placeholder="<?php echo e(translate('Enter Password')); ?>" class="form-input"> <span class="text-danger error-text password_err"></span> </div> <div class="col-span-full xl:col-auto leading-none"> <label for="confirmation-password" class="form-label"> <?php echo e(translate('Confirm Password')); ?> <span class="text-danger" title="<?php echo e(translate('This field is required')); ?>"><b>*</b></span> </label> <input type="password" id="confirmation-password" name="password_confirmation" placeholder="<?php echo e(translate('Confirm Password')); ?>" class="form-input"> </div> <div class="col-span-full xl:col-auto leading-none"> <label for="country" class="form-label"> <?php echo e(translate('Country')); ?> <span class="text-danger" title="<?php echo e(translate('This field is required')); ?>"><b>*</b></span> </label> <select class="country-list form-input px-5 py-4 rounded-10 country-state" name="country_id"> <option disabled selected><?php echo e(translate('Select Country')); ?></option> <?php $__currentLoopData = get_all_country(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $country): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($country->id); ?>"><?php echo e($country->name); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> <span class="text-danger error-text country_id_err"></span> </div> <div class="col-span-full xl:col-auto leading-none"> <label for="state" class="form-label"> <?php echo e(translate('State')); ?> <span class="text-danger" title="<?php echo e(translate('This field is required')); ?>"><b>*</b></span> </label> <select class="state-list form-input px-5 py-4 rounded-10 state-city" id="stateOption" name="state_id"> <option disabled selected><?php echo e(translate('Select State')); ?></option> </select> <span class="text-danger error-text state_id_err"></span> </div> <div class="col-span-full xl:col-auto leading-none"> <label for="city" class="form-label"> <?php echo e(translate('City')); ?> <span class="text-danger" title="<?php echo e(translate('This field is required')); ?>"><b>*</b></span> </label> <select class="city-list form-input px-5 py-4 rounded-10" id="cityOption" name="city_id"> <option disabled selected><?php echo e(translate('Select City')); ?></option> </select> <span class="text-danger error-text city_id_err"></span> </div> <div class="col-span-full xl:col-auto leading-none"> <label for="address" class="form-label"> <?php echo e(translate('Address')); ?> </label> <input type="text" id="address" name="address" placeholder="<?php echo e(translate('Enter Address')); ?>" class="form-input"> <span class="text-danger error-text address_err"></span> </div> <div class="col-span-full leading-none"> <label for="about" class="form-label"> <?php echo e(translate('About')); ?> </label> <textarea name="about" class="summernote"></textarea> <span class="text-danger error-text about_err"></span> </div> </div> </div> <div class="col-span-full lg:col-span-4 card p-4 sm:p-6"> <p class="text-xs text-gray-500 dark:text-dark-text leading-none font-semibold mb-3"> <?php echo e(translate('Profile Image')); ?>(<?php echo e(translate('200')); ?>x<?php echo e(translate('200')); ?>)</p> <label for="imgage" class="dropzone-wrappe file-container ac-bg text-xs leading-none font-semibold mb-3 cursor-pointer size-[200px] w-full flex flex-col items-center justify-center gap-2.5 border border-dashed border-gray-900 rounded-10 dk-theme-card-square"> <input type="file" hidden name="image" id="imgage" class="dropzone dropzone-image img-src peer/file"> <span class="flex-center flex-col peer-[.uploaded]/file:hidden"> <img src="<?php echo e(asset('lms/assets/images/icons/upload-file.svg')); ?>" alt="file-icon" class="size-8 lg:size-auto"> <div class="text-gray-500 dark:text-dark-text mt-2"> <?php echo e(translate('Choose file')); ?> </div> </span> <span class="text-danger error-text image_err"></span> </label> <div class="preview-zone dropzone-preview"> <div class="box box-solid"> <div class="box-body flex items-center gap-2 flex-wrap"> </div> </div> </div> </div> </div> <div class="card flex justify-end mb-4"> <button type="submit" class="btn b-solid btn-primary-solid w-max dk-theme-card-square"> <?php echo e(translate('Save')); ?> </button> </div> </form> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb)): ?> <?php $attributes = $__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb; ?> <?php unset($__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb); ?> <?php endif; ?> <?php if (isset($__componentOriginald7f77a02f879fd4954ea3c39c4e952cb)): ?> <?php $component = $__componentOriginald7f77a02f879fd4954ea3c39c4e952cb; ?> <?php unset($__componentOriginald7f77a02f879fd4954ea3c39c4e952cb); ?> <?php endif; ?> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\portals\admin\student\create.blade.php ENDPATH**/ ?>