landing page completed
This commit is contained in:
@ -42,11 +42,11 @@
|
||||
</button>
|
||||
<ul class="dropdown-menu dropdown-menu-end">
|
||||
<li>
|
||||
{{-- <a href="{{ route('enquiry.destroy', $item->id) }}" class="dropdown-item"
|
||||
onclick="confirmDelete(this.href)">
|
||||
<a href="{{ route('enquiry.destroy', $item->enquiry_id) }}"
|
||||
class="dropdown-item" onclick="confirmDelete(this.href)">
|
||||
<i class="ri-delete-bin-fill text-muted me-2 align-bottom"></i>
|
||||
{{ label('Delete') }}
|
||||
</a> --}}
|
||||
</a>
|
||||
{{-- @if ($item->is_read == 0)
|
||||
<a href="{{ route('enquiry.markAsRead', ['id' => $item->id]) }}"
|
||||
class="dropdown-item" onclick="confirmRead(this.href)">
|
||||
|
Reference in New Issue
Block a user