bug fixes, daily reports, holidays
This commit is contained in:
@@ -38,9 +38,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
@if(Auth::User()->id == $showclient->auth_user_id)
|
||||
<button type="button" class="btn btn-sm btn-outline-primary edit-client-btn" data-client-id="{{ $showclient->id }}" data-bs-toggle="modal" data-bs-target="#editClientModal">
|
||||
<i class="bi bi-pencil me-1"></i> Edit Client
|
||||
</button>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user