Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/resources/views/profile/app.blade.php
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" href="{{ asset('/css/main.css') }}"> <meta name="csrf-token" content="{{ csrf_token() }}"> <title>Profile - SOMNI</title> </head> <body> <header class="db2-header"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="back-to-db-user"> <div class="backto-db-button"> <a href="{{ route('landlord.dashboard') }}" class="backto-tb-btn"> <svg xmlns="http://www.w3.org/2000/svg" width="15" height="48" viewBox="0 0 15 48" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.06942 24L13 32.9617L11.9653 34L2 24L11.9653 14L13 15.0383L4.06942 24Z" fill="#0600C3" /> </svg> Back to dashboard </a> </div> <!--here component--> <x-user.dropdown :user="$user" /> </div> </div> </div> </div> </header> <section class="ed-profile-layout"> <div class="container-fluid"> <div class="row"> <div class="col-md-12 col-lg-12 col-xl-3"> <div class="ed-profile-nav"> <ul> <li><span><img src="{{ asset('/images/ep.svg') }}" alt="" class="img-fluid"></span><a href="{{ route('edit.profile') }}" class="ed-link {{ str_contains(url()->current(), 'profile') ? 'active' : '' }}">My Profile</a></li> <li><span><img src="{{ asset('/images/cp.svg') }}" alt="" class="img-fluid"></span><a href="{{ route('change.password.show') }}" class="ed-link {{ str_contains(url()->current(), 'password') ? 'active' : '' }}">Password</a> </li> <li><span><img src="{{ asset('/images/ac-settings.svg') }}" alt="" class="img-fluid"></span><a href="javascript:void(0)" class="ed-link {{ str_contains(url()->current(), 'setting') ? 'active' : '' }}">Account Settings</a></li> @if (auth()->user()->isTenant) <li><span><img src="{{ asset('/images/file.svg') }}" alt="" class="img-fluid"></span><a href="{{route('tenant.leases.index')}}" class="ed-link {{ str_contains(url()->current(), '/leases') ? 'active' : '' }}">Leases</a></li> @endif <li><span><img src="{{ asset('/images/ep.svg') }}" alt="" class="img-fluid"></span><a href="{{route('notifications')}}" class="ed-link {{ str_contains(url()->current(), 'notification') ? 'active' : '' }}">Notifications</a> </li> </ul> </div> </div> @yield('content') </div> </div> </section> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"> </script> <script src="https://www.gstatic.com/firebasejs/8.3.2/firebase.js"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.7.27/dist/sweetalert2.all.min.js"></script> <link href="https://cdn.jsdelivr.net/npm/sweetalert2@11.7.27/dist/sweetalert2.min.css" rel="stylesheet"> <script src="{{ asset('/js/global.js') }}"></script> <script src="{{ asset('/js/jquery-validate.js') }}"></script> <script src="{{ asset('/js/edit-profile.js') }}"></script> <script src="{{ asset('/js/change-password.js') }}"></script> @if (session('success') || session('error')) <script> @if (session('success')) TopEndPopUp('success', '{{ session('success') }}'); @else TopEndPopUp('error', '{{ session('error') }}'); @endif </script> @endif @yield('scripts') </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка