403Webshell
Server IP : 139.59.63.204  /  Your IP : 216.73.217.62
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ubuntu-s-1vcpu-1gb-blr1-01 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64
User : root ( 0)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/billing/resources/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/billing/resources/views/subscribe.blade.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap Navbar with Dropdown</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"></script>
<style>
    .btnx{color:#03989e!important;}
    #featured-3{background: #cccccc3b;}
</style>
</head>
<body>

    <nav class="navbar navbar-expand-lg navbar-light bg-light">
        <div class="container-fluid">
            <a href="{{url('/')}}" class="navbar-brand">   
                 <img src="{{url('/')}}/home.png" alt="" ></a>
            <button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
                <span class="navbar-toggler-icon"></span>
            </button>
            @if (Route::has('login'))
            <div class="collapse navbar-collapse" id="navbarCollapse">
               
                <div class="navbar-nav ms-auto">
                  @auth
                  <a href="{{route('home')}}" class="nav-item nav-link active btnx">Home</a>
                  @else
                    <a href="{{ route('login') }}" class="nav-item nav-link btnx">Login</a>
                    @if (Route::has('register'))
                    <a href="{{ route('register') }}" class="nav-item nav-link btnx">Register</a>
                    @endif
              </div>
                @endauth
            </div>
            @endif
        </div>
    </nav>
    <div class="px-4 py-5 text-center">
        <img class="d-block mx-auto mb-4 img img-fluid" src="{{url('/')}}/logo.png" alt="" >
       
      
    </div>
    <div class="container px-4 mb-5" >
     
        <div class="row ">
            <h1 class="text-center">{{Session::get('msg')}}</h1>
        </div>
      </div>
</body>
</html>


Youez - 2016 - github.com/yon3zu
LinuXploit