@@ -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';
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$currentPage = 'manage-patient';
|
||||
$currentPage = 'manage-customer';
|
||||
@endphp
|
||||
<style>
|
||||
/* CSS for action icons */
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$currentPage = 'manage-customer-restaurant';
|
||||
$currentPage = 'manage-customer';
|
||||
|
||||
$requestValue = request('id');
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$currentPage = 'manage-patient';
|
||||
$currentPage = 'manage-customer';
|
||||
@endphp
|
||||
<style>
|
||||
.error-message {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user