관리-도구
편집 파일: dd9eec0b6ed58c23732b78e76dff1d5ca6fda8e9.php
<?php $user = App\User::all() ?> <?php use App\Http\Controllers\EmployeRoundtableRequestController; $spottedCandidates = EmployeRoundtableRequestController::show(); ?> <style> .best-company { background:#fff !important; padding: 30px 0px 49px 0px !important; } .best-cart h6::before,.best-cart h6::after,.shop.single h6::before, .shop.single h6::after {height: 0px !important;} .shop.single .ratting-main{} .shop.single .avg-ratting { margin-bottom: 20px; } .shop.single .avg-ratting h4 { font-size: 18px; margin: 0; } .shop.single .avg-ratting h4 span{ font-size:14px; } .shop.single .single-rating { margin-bottom: 20px; } .shop.single .single-rating:last-child{ margin:0; border:none; padding:0; } .shop.single .rating-author { float: left; margin-right: 10px; padding: 20px; padding-right: 10px; } .shop.single .rating-author img { width: 60px; border-radius: 100%; height: 60px; } .shop.single .rating-des { padding-left: 72px; background: #f9f8f8; padding: 17px 20px 17px 107px; } .shop.single .rating-des .ratings { margin: 0; } .shop.single .rating-des h6 { font-size: 14px; font-weight: 600; line-height: 18px; } .shop.single .ratting-main .single-rating ul{} .shop.single .ratting-main .single-rating ul li{ display:inline-block; } .shop.single .ratting-main .single-rating ul li i{ color:var(--primary-color); font-size:14px; } .shop.single .review-inner label { display: inline-block; margin: 0 5px 0 0; } .shop.single .review-inner .ratings { overflow: visible; display: inline-block; margin: 0; } .shop.single .review-inner .ratings ul{ display:inline-block; } .shop.single .ratting-main .single-rating ul { display: inline-block; margin-right: 5px; } .shop.single .ratings .rate-count { display: inline-block; color: #666; font-size: 13px; } .shop.single .comment-review { margin-bottom: 30px; } .shop.single .comment-review .add-review{ margin-top:30px; } .shop.single .comment-review .add-review h5{ font-size: 18px; font-weight: 600; margin-bottom: 7px; } .shop.single .comment-review .add-review p{ color:#333; } .shop.single .comment-review h4 { font-size: 15px; font-weight: 600; margin-bottom: 7px; margin-top:20px; } .shop.single .comment-review .review-inner{ margin-bottom:15px; display:block; } .shop.single .comment-review .rating li { display:inline-block; } .shop.single .comment-review .rating li i{ color:var(--primary-color); font-size: 14px; } .shop.single .rating-des p{ margin-top:5px; } .shop.single .avg-ratting h4 { font-size: 20px; color: #333; } .shop.single .avg-ratting{} .shop.single .form .form-group input { width: 100%; height: 45px; padding: 10px 20px; background: #fff; border: 1px solid #ddd; resize: none; border-radius: 0; color: #333; } .shop.single .form .form-group button { border: none; padding: 15px 50px; } .shop.single .form .form-group textarea { width: 100%; height:200px; border:1px solid #ddd; resize:none; border-radius:0; color:#333; padding: 10px 15px; } .shop.single .form .form-group label { color: #333; position: relative; } .shop.single .form .form-group label span { color: #ff2c18; display: inline-block; position: absolute; right: -12px; top: 4px; font-size: 16px; } .shop.single .review-panel{ margin-top:35px; } .reserveseatBtn{ cursor:pointer; color:blue !important; } a.update_jobs_btn { right: 215px !important; } #toast { visibility: hidden; min-width: 250px; margin-left: -125px; background-color: #333; color: #fff; text-align: center; border-radius: 2px; padding: 16px; position: fixed; z-index: 1; left: 50%; bottom: 30px; font-size: 17px; } /* Show the toast with animation */ #toast.show { visibility: visible; -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } /* .job_post {*/ /* position: relative;*/ /*}*/ .copyUrl a { position: absolute; right: 30px; color: black; top: 2px; border: 1px solid; box-shadow: inset 0 0 0px 0px black; padding: 7px 24px; text-transform: uppercase; border-radius: 30px; } .job_persons_list .d-flex { position: relative; } .copyUrl a:hover {box-shadow: inset 0 0 0px 2px black;} ul.ct-appliers { position: absolute; background: white; z-index: 999; height: 310px; top: 42px; left: 0px; border: 1px solid #333; padding: 19px; width: 560px; overflow: auto; cursor: auto; opacity: 0; visibility: hidden; transition: all .300s ease-in-out; } a.appliers-btn { right: 379px !important; } ul.ct-appliers li { padding: 0 0 31px 0; } a.appliers-btn:hover ul.ct-appliers { opacity: 1; visibility: visible; } </style> <?php use App\Models\Jobpost; ?> <?php $__env->startSection('content'); ?> <div id="toast"></div> <section class="user_hero_sec"> <div class="container"> <div class="user_profile_main"> <?php if($company): ?> <div class="user_bg_image"> <img class="img_Fluid" src="<?php echo e((asset('public/uploads/companybanners/'.$company->company_banner_image) !='') ? asset('public/uploads/companybanners/'.$company->company_banner_image) : asset('public/theme/saintsaccessories/images/user_bg_img.jpg')); ?>" alt=""> </div> <div class="user_profile_image"> <img class="img_Fluid" src="<?php echo e((asset('public/uploads/companyprofiles/'.$company->company_profile_image) !='') ? asset('public/uploads/companyprofiles/'.$company->company_profile_image) : asset('public/theme/saintsaccessories/images/user_bg_img.jpg')); ?>" alt=""> </div> <?php endif; ?> <div class="user_info"> <h2 class="title"><?php echo e($data->name); ?></h2> <?php if($company): ?> <h6 class="subtitle"><?php echo e($company->company_tagline); ?></h6> <?php endif; ?> <ul style="padding:0;" class="about_user_location"> <li><?php echo e($data->email); ?></li> </ul> </div> <div class="about_other_info_about_user"> <!-- Nav tabs --> <div class="tab-container"> <div class="tab active" onclick="showTab('tab3')">Jobs</div> </div> </div> </div> </div> </section> <section class="about_tabs_info"> <div class="container"> <div class="about_com"> <!-- Tab panes --> <div class="tab-content" id="tab1"> <div class="about_content"> <div> <h3>About</h3> <p><?php echo e(substr($data->company_details,0,strlen($data->company_details)/2)); ?></p> </div> </div> </div> </div> <div class="tab-content active" id="tab3"> <div class="job_post"> <div class="d-flex"> <span><i class='bx bxs-briefcase'></i></span> </div> </div> <div class="job_post"> <div class="job_persons_list w-100"> <h2>All Jobs</h2> <div class="ct-jobss" > <?php $__currentLoopData = App\Models\Jobpost::where('company_name', $company->company_name)->get(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $job): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="d-flex mt-3 w-100" style="border-bottom:1px solid beige"> <div> <img src="<?php echo e((asset('public/uploads/companyprofiles/'.$job->companyprofileimage) !='')? asset('public/uploads/companyprofiles/'.$job->company_profile_image) : asset('public/theme/saintsaccessories/images/user_profile_picture.jpg')); ?>" alt=""> </div> <div> <a href="<?php echo e(url('/company_detail/'.$job->id)); ?>"> <h2><?php echo e($job->job_title); ?></h2> </a> <p><?php echo e($job->company_name); ?></p> <p><?php echo e($job->created_at->format('Y-m-d')); ?> - <?php echo e($job->job_post_expiry_date); ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> <div class="tab-content" id="tab4"> <div class="about_content"> <div> <form action="<?php echo e(url('/candidate-roundtable')); ?>" method="POST"> <?php echo csrf_field(); ?> <!--<h3>Register For Roundtable</h3>--> <h2>Company Details:</h2> <div class="row"> <div class="col input-field"> <label for="inputEmail4" class="form-label"> Company Name:</label> <input type="text" name="company_name" class="form-control" aria-label="Last name"> </div> <div class="col input-field"> <label for="interest" class="form-label"> Industry/Field:</label> <input type="text" name="Industry_Field" class="form-control" aria-label="Last name"> </div> <div class="col input-field"> <label for="interest" class="form-label"> Company Website:</label> <input type="text" name="company_website" class="form-control" aria-label="Last name"> </div> </div> <h2>Contact Information:</h2> <div class="row"> <div class="col input-field"> <label for="interest" class="form-label"> Contact Person:</label> <input type="text" name="contact_person" class="form-control" aria-label="First name"> </div> <div class="col input-field"> <label for="interest" class="form-label"> Position/Title:</label> <input type="text" name="position" class="form-control" aria-label="First name"> </div> <div class="col input-field"> <label for="interest" class="form-label"> Email Address:</label> <input type="email" name="email_address" class="form-control" aria-label="First name"> </div> <div class="col input-field"> <label for="interest" class="form-label"> Phone Number:</label> <input type="number" name="phone_number" class="form-control" aria-label="First name"> </div> </div> <h2>Number of Representatives Attending:</h2> <div class="col input-field width-css"> <div class="d-flex"> <label for="interest" class="form-label">(Note: Please provide the exact number of attendees.) </label> <input type="number" placeholder="" class="form-control" name="number_of_representatives_attending" aria-label="First name"> </div> </div> <h2>Discussion Points:</h2> <p>Any interview questions or facts you would like covered during the interview? </p> <div class="row"> <div class="col input-field"> <input type="text" name="discussion_points[]" class="form-control"> </div> <div class="col input-field"> <input type="text" name="discussion_points[]" class="form-control"> </div> <div class="col input-field"> <input type="text" name="discussion_points[]" class="form-control"> </div> </div> <h2>Special Requirements or Notes:</h2> <div class=" textarea-css"> <div class="input-field"> <textarea name="message" placeholder="Message*"></textarea> </div> </div> <div class="contact-button"> <button type="submit" class="theme-btn">Submit</button> </div> </form> </div> </div> </div> </div> </section> <?php $__env->startSection('js-script'); ?> <script> function copyURL(event) { event.preventDefault(); // Prevent the default anchor click behavior var url = event.target.href; // Get the href attribute of the clicked anchor var tempInput = document.createElement('input'); // Create a temporary input element tempInput.value = url; document.body.appendChild(tempInput); tempInput.select(); tempInput.setSelectionRange(0, 99999); // For mobile devices document.execCommand("copy"); // Execute the copy command document.body.removeChild(tempInput); // Remove the temporary input element showToast("URL copied successfully!"); // Show toast notification } function showToast(message) { var toast = document.getElementById("toast"); toast.textContent = message; // Set the text of the toast toast.className = "show"; // Show the toast setTimeout(function(){ toast.className = toast.className.replace("show", ""); }, 3000); // Hide the toast after 3 seconds } </script> <script> function showTab(tabId) { // Hide all tab contents var tabContents = document.getElementsByClassName("tab-content"); for (var i = 0; i < tabContents.length; i++) { tabContents[i].classList.remove("active"); } // Show the selected tab content var selectedTab = document.getElementById(tabId); selectedTab.classList.add("active"); // Highlight the active tab var tabs = document.getElementsByClassName("tab"); for (var j = 0; j < tabs.length; j++) { tabs[j].classList.remove("active"); } event.target.classList.add("active"); } </script> <?php $__env->stopSection(); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('theme.saintsaccessories.websiteEcom', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eraas/public_html/resources/views/theme/saintsaccessories/employer_details.blade.php ENDPATH**/ ?>