Merge pull request #102 from WDI-Ideas/sayli

Sayli
This commit is contained in:
Sayli Raut
2024-06-07 13:27:50 +05:30
committed by GitHub
6 changed files with 10 additions and 10 deletions

View File

@@ -112,7 +112,7 @@
<div class="dropdown-container">
<ul>
<li class="tooltip-element <?php
if ($currentPage == 'manage-patient') {
if ($currentPage == 'manage-customer') {
echo 'active';
}
?>" data-tooltip="1">
@@ -195,7 +195,7 @@
</a>
</li> --}}
@endif
@if (Auth::guard('admin')->user()->getPermissionGranted(Auth::guard('admin')->user()->id, 'manage-contact-us'))
@if (Auth::guard('admin')->user()->getPermissionGranted(Auth::guard('admin')->user()->id, 'manage-contact-us'))
<li class="tooltip-element <?php
if ($currentPage == 'manage-contact-us') {
echo 'active';

View File

@@ -2,7 +2,7 @@
@section('content')
@php
$currentPage = 'manage-patient';
$currentPage = 'manage-customer';
@endphp
<div class="layout-px-spacing">
@@ -17,7 +17,7 @@
<h6 class="card-title p-0">Archive Manage Customers</h6>
</a>
</div>
</div>
</div>
<div class="col-xl-12 col-lg-12 col-sm-12 layout-spacing">
@@ -52,7 +52,7 @@
</a>
</td>
</tr>
@endforeach
@endforeach
</tbody>
</table>
</div>

View File

@@ -2,7 +2,7 @@
@section('content')
@php
$currentPage = 'manage-patient';
$currentPage = 'manage-customer';
@endphp
<style>
/* CSS for action icons */

View File

@@ -2,7 +2,7 @@
@section('content')
@php
$currentPage = 'manage-customer-restaurant';
$currentPage = 'manage-customer';
$requestValue = request('id');

View File

@@ -2,7 +2,7 @@
@section('content')
@php
$currentPage = 'manage-patient';
$currentPage = 'manage-customer';
@endphp
<style>
.error-message {

View File

@@ -2,7 +2,7 @@
@section('content')
@php
$currentPage = 'manage-patient';
$currentPage = 'manage-customer';
@endphp
<div class="layout-px-spacing">
<div class="middle-content container-xxl p-0">
@@ -118,4 +118,4 @@ $currentPage = 'manage-patient';
@section('section_script')
<script src="{{ asset('assets/js/admin/manage_customer/main.js') }}"></script>
@endsection
@endsection