!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/smabpro.picotech.app/public_html/resources/views/interviewSchedule/   drwxr-xr-x
Free 29.29 GB of 117.98 GB (24.83%)
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.62 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="modal-body">
    <div class="card">
        <div class="card-body">
            <h5 class="mb-4">{{__('Schedule Detail')}}</h5>
            <div class="row mb-0 align-items-center">
                <p class="col-sm-5 h6 text-sm">{{__('Job')}}</p>
                <p class="col-sm-7 text-sm">{{!empty($interviewSchedule->applications) ? !empty($interviewSchedule->applications->jobs) ? $interviewSchedule->applications->jobs->title : '-' : '-'}}</p>
                <p class="col-sm-5 h6 text-sm">{{__('Interview On')}}</p>
                <p class="col-sm-7 text-sm"> {{  \Auth::user()->dateFormat($interviewSchedule->date).' '. \Auth::user()->timeFormat($interviewSchedule->time) }}</p>
                <p class="col-sm-5 h6 text-sm">{{__('Assign Employee')}}</p>
                <p class="col-sm-7 text-sm">{{!empty($interviewSchedule->users)?$interviewSchedule->users->name:'-'}}</p>
            </div>
        </div>
    </div>
    <div class="card">
        <div class="card-body">
            <h5 class="mb-4">{{__('Candidate Detail')}}</h5>
            <div class="row mb-0 align-items-center">
                <p class="col-sm-5 h6 text-sm">{{__('Name')}}</p>
                <p class="col-sm-7 text-sm">{{($interviewSchedule->applications)?$interviewSchedule->applications->name:'-'}}</p>
                <p class="col-sm-5 h6 text-sm">{{__('Email')}}</p>
                <p class="col-sm-7 text-sm"> {{($interviewSchedule->applications)?$interviewSchedule->applications->email:'-'}}</p>
                <p class="col-sm-5 h6 text-sm">{{__('Phone')}}</p>
                <p class="col-sm-7 text-sm">{{($interviewSchedule->applications)?$interviewSchedule->applications->phone:'-'}}</p>
            </div>
        </div>
    </div>
    <div class="card">
        <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>

    <div class="modal-footer">
        <a href="#" data-url="{{route('job.on.board.create', $interviewSchedule->candidate)}}"  data-ajax-popup="true"  class="btn btn-primary" >  {{__('Ap to Job OnBoard')}}</a>
    </div>

</div>

:: 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.0039 ]--