!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/frontend/   drwxr-xr-x
Free 29.24 GB of 117.98 GB (24.78%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     senior_assistant_teacher_info.blade.php (2.75 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@section('title')
    {{get_school_name()}}
@endsection


@section('css')

    <style>
.details_right {
    background: #486b4c !important;
}
    </style>

@endsection

@extends('frontend.index')
@section('content')
    @php

        $bannerSliderSection = json_decode(get_settings('banner_slider_section'));
        $head_teacher_message_section = json_decode(get_settings('head_teacher_message_sec'));
        $about_school_sec = json_decode(get_settings('about_school_sec'));

    @endphp


    <div class="leftCon">
        <h2>সিনিয়র সহকারী শিক্ষক</h2>

        @php
            $info = json_decode($teacher->user_information);

            if(isset($info->photo) && !empty($info->photo)){
                $user_image = 'uploads/user-images/'.$info->photo;
            }else{
                $user_image = 'uploads/user-images/thumbnail.png';
            }
        @endphp

        <div class="details">
            <div class="details_left">
                <img src="{{asset($user_image)}}" title="{{$teacher->name}}"
                     alt=""></div><!-- End of details_left-->

            <div class="details_right">
                <img src="/images/teachers/details_right_img_left.png" alt="{{$teacher->name}}"
                     class="details_right_img_left">
                <h2>{{$teacher->name}}</h2>
                <address>
                    পদবী: {{ucwords(str_replace('_', ' ', $teacher->designation))}}<br>
                    পিতার নাম : {{$teacher->name}}<br>
                    শিক্ষাগত যোগ্যতা : {{isset($info->educational_qualification)?$info->educational_qualification:''}}<br>
                    ট্রেনিং :  {{isset($info->training)?$info->training:''}}<br>
                    ইমেইল : {{$teacher->name}}<br>
                    রক্তের গ্রুপ : {{isset($info->blood_group)?ucwords($info->blood_group):''}} <br>
                    জাতীয়তা :  BANGLADESHI<br>
                    জাতীয় পরিচয় নং : {{isset($info->nid_no)?$info->nid_no:''}}<br>
                    ফোন : {{isset($info->phone)?$info->phone:''}}<br>
                    ঠিকানা : {{isset($info->address)?$info->address:''}}<br>
                    জন্মতারিখ : {{isset($info->birthday)?date('m/d/Y',$info->birthday):''}}<br>
                    যোগদানের তারিখ : {{isset($info->birthday)?date('m/d/Y',$info->join_date):''}}<br>
                    প্রথম যোগদান : {{isset($info->phone)?$info->phone:''}}<br>
                </address>
            </div><!-- End of details_right-->
        </div>

    </div>


@endsection

@section('js')


@endsection

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