Commit e9609f37 by Hussain Mohamed

changes

parent f524c043
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<script type="module" src="<?= asset('backend_assets') ?>/js/layout-setup.js"></script> <script type="module" src="<?= asset('backend_assets') ?>/js/layout-setup.js"></script>
<!-- App favicon --> <!-- App favicon -->
<link rel="shortcut icon" href="<?= asset('backend_assets') ?>/images/k_favicon_32x.png"> <!-- Simplebar Css --> <link rel="shortcut icon" href="<?= asset('backend_assets') ?>/images/fav.png"> <!-- Simplebar Css -->
<link rel="stylesheet" href="<?= asset('backend_assets') ?>/libs/simplebar/simplebar.min.css"> <link rel="stylesheet" href="<?= asset('backend_assets') ?>/libs/simplebar/simplebar.min.css">
<link href="<?= asset('backend_assets') ?>/libs/sweetalert2/sweetalert2.min.css" rel="stylesheet" type="text/css" /> <link href="<?= asset('backend_assets') ?>/libs/sweetalert2/sweetalert2.min.css" rel="stylesheet" type="text/css" />
<!-- Swiper Css --> <!-- Swiper Css -->
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<div class="col-12 col-md-8 col-lg-6 col-xl-5"> <div class="col-12 col-md-8 col-lg-6 col-xl-5">
<div class="card mx-xxl-8"> <div class="card mx-xxl-8">
<div class="card-body py-12 px-8"> <div class="card-body py-12 px-8">
<img src="<?= asset('backend_assets') ?>/images/logo.svg" alt="" height="30" class="mb-4 mx-auto d-block"> <img src="<?= asset('backend_assets') ?>/images/logo.png" alt="" class="mb-4 mx-auto d-block">
<form method="POST" action="<?= route('authLogin') ?>"> <form method="POST" action="<?= route('authLogin') ?>">
@csrf @csrf
<div class="row g-4"> <div class="row g-4">
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</div> </div>
</div> </div>
</div> </div>
<p class="position-relative text-center fs-12 mb-0">© 2025 Findflicker</p> <p class="position-relative text-center fs-12 mb-0">© 2025 Palaniappa</p>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<script type="module" src="<?= asset('backend_assets') ?>/js/layout-setup.js"></script> <script type="module" src="<?= asset('backend_assets') ?>/js/layout-setup.js"></script>
<!-- App favicon --> <!-- App favicon -->
<link rel="shortcut icon" href="<?= asset('backend_assets') ?>/images/k_favicon_32x.png"> <!-- Simplebar Css --> <link rel="shortcut icon" href="<?= asset('backend_assets') ?>/images/fav.png"> <!-- Simplebar Css -->
<link rel="stylesheet" href="<?= asset('backend_assets') ?>/libs/simplebar/simplebar.min.css"> <link rel="stylesheet" href="<?= asset('backend_assets') ?>/libs/simplebar/simplebar.min.css">
<!--datatable css--> <!--datatable css-->
......
...@@ -12,13 +12,13 @@ ...@@ -12,13 +12,13 @@
<div class="d-inline-flex align-items-center gap-5"> <div class="d-inline-flex align-items-center gap-5">
<a href="<?= route('dashboard') ?>" class="fs-18 fw-semibold"> <a href="<?= route('dashboard') ?>" class="fs-18 fw-semibold">
<img height="30" class="header-sidebar-logo-default d-none" alt="Logo" <img height="30" class="header-sidebar-logo-default d-none" alt="Logo"
src="<?= asset('backend_assets') ?>/images/logo.svg"> src="<?= asset('backend_assets') ?>/images/logo.png">
<img height="30" class="header-sidebar-logo-light d-none" alt="Logo" <img height="30" class="header-sidebar-logo-light d-none" alt="Logo"
src="<?= asset('backend_assets') ?>/images/logo.svg"> src="<?= asset('backend_assets') ?>/images/logo.png">
<img height="30" class="header-sidebar-logo-small d-none" alt="Logo" <img height="30" class="header-sidebar-logo-small d-none" alt="Logo"
src="<?= asset('backend_assets') ?>/images/logo.svg"> src="<?= asset('backend_assets') ?>/images/logo.png">
<img height="30" class="header-sidebar-logo-small-light d-none" alt="Logo" <img height="30" class="header-sidebar-logo-small-light d-none" alt="Logo"
src="<?= asset('backend_assets') ?>/images/logo.svg"> src="<?= asset('backend_assets') ?>/images/logo.png">
</a> </a>
<button type="button" <button type="button"
...@@ -154,14 +154,14 @@ ...@@ -154,14 +154,14 @@
<div class="pe-app-sidebar-logo px-6 d-flex align-items-center position-relative"> <div class="pe-app-sidebar-logo px-6 d-flex align-items-center position-relative">
<!--begin::Brand Image--> <!--begin::Brand Image-->
<a href="<?= route('dashboard') ?>" class="fs-18 fw-semibold"> <a href="<?= route('dashboard') ?>" class="fs-18 fw-semibold">
<img height="30" class="pe-app-sidebar-logo-default d-none" alt="Logo" <img height="55" class="pe-app-sidebar-logo-default d-none" alt="Logo"
src="<?= asset('backend_assets') ?>/images/logo.svg"> src="<?= asset('backend_assets') ?>/images/logo.png">
<img height="30" class="pe-app-sidebar-logo-light d-none" alt="Logo" <img height="55" class="pe-app-sidebar-logo-light d-none" alt="Logo"
src="<?= asset('backend_assets') ?>/images/logo.svg"> src="<?= asset('backend_assets') ?>/images/logo.png">
<img height="30" class="pe-app-sidebar-logo-minimize d-none" alt="Logo" <img height="55" class="pe-app-sidebar-logo-minimize d-none" alt="Logo"
src="<?= asset('backend_assets') ?>/images/logo.svg"> src="<?= asset('backend_assets') ?>/images/logo.png">
<img height="30" class="pe-app-sidebar-logo-minimize-light d-none" alt="Logo" <img height="55" class="pe-app-sidebar-logo-minimize-light d-none" alt="Logo"
src="<?= asset('backend_assets') ?>/images/logo.svg"> src="<?= asset('backend_assets') ?>/images/logo.png">
<!-- FabKin --> <!-- FabKin -->
</a> </a>
<!--end::Brand Image--> <!--end::Brand Image-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment