JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour
<?php $__env->startPush('title', get_phrase('Create Student')); ?> <?php $__env->startPush('meta'); ?> <?php $__env->stopPush(); ?> <?php $__env->startPush('css'); ?> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="ol-card radius-8px"> <div class="ol-card-body my-3 py-12px px-20px"> <div class="d-flex align-items-center justify-content-between gap-3 flex-wrap flex-md-nowrap"> <h4 class="title fs-16px"> <i class="fi-rr-settings-sliders me-2"></i> <?php echo e(get_phrase('Create Student')); ?> </h4> <a href="<?php echo e(route('admin.student.index')); ?>" class="btn ol-btn-outline-secondary d-flex align-items-center cg-10px"> <span class="fi-rr-arrow-alt-left"></span> <span><?php echo e(get_phrase('Back')); ?></span> </a> </div> </div> </div> <!-- Start Admin area --> <div class="ol-card p-4"> <h4 class="title fs-16px mb-20px"><?php echo e(get_phrase('Student Info')); ?></h4> <div class="ol-card-body"> <form action="<?php echo e(route('admin.student.store')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="d-flex gap-3 flex-wrap flex-md-nowrap"> <div class="ol-sidebar-tab"> <div class="nav flex-column nav-pills" id="myv-pills-tab" role="tablist" aria-orientation="vertical"> <button class="nav-link text-start active" id="v-pills-tab1-tab" data-bs-toggle="pill" data-bs-target="#v-pills-tab1" type="button" role="tab" aria-controls="v-pills-tab1" aria-selected="true"> <span class="icon fi-rr-duplicate"></span> <span><?php echo e(get_phrase('Basic')); ?></span> </button> <button class="nav-link text-start" id="v-pills-tab2-tab" data-bs-toggle="pill" data-bs-target="#v-pills-tab2" type="button" role="tab" aria-controls="v-pills-tab2" aria-selected="false"> <span class="fi-rr-key"></span> <span><?php echo e(get_phrase('Login Credentials')); ?></span> </button> <button class="nav-link text-start" id="v-pills-tab4-tab" data-bs-toggle="pill" data-bs-target="#v-pills-tab4" type="button" role="tab" aria-controls="v-pills-tab4" aria-selected="false"> <span class="fi-rr-link"></span> <span><?php echo e(get_phrase('Social Links')); ?></span> </button> </div> </div> <div class="tab-content w-100" id="myv-pills-tabContent"> <div class="tab-pane fade show active" id="v-pills-tab1" role="tabpanel" aria-labelledby="v-pills-tab1-tab" tabindex="0"> <div class="dashboard-tab-conTent"> <?php echo $__env->make('admin.student.create_student_basic', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <div class="tab-pane fade" id="v-pills-tab2" role="tabpanel" aria-labelledby="v-pills-tab2-tab" tabindex="0"> <div class="dashboard-tab-conTent"> <?php echo $__env->make('admin.student.create_login', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <div class="tab-pane fade" id="v-pills-tab4" role="tabpanel" aria-labelledby="v-pills-tab4-tab" tabindex="0"> <div class="dashboard-tab-conTent"> <?php echo $__env->make('admin.student.create_social', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <button type="submit" class="btn ol-btn-primary mt-3"> <span><?php echo e(get_phrase('Create Student')); ?></span> </button> </div> </div> </form> </div> </div> <!-- End Admin area --> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home2/yvrgircc/public_html/ariseskilltech.com/resources/views/admin/student/create_student.blade.php ENDPATH**/ ?>