|
|
|
@ -4,13 +4,17 @@ |
|
|
|
|
{{-- Header --}} |
|
|
|
|
<div class="card-header d-flex justify-content-between align-items-center pb-0"> |
|
|
|
|
<h6 class="mb-0">Permissions</h6> |
|
|
|
|
|
|
|
|
|
@if ($mode === 'index') |
|
|
|
|
<div class="d-flex align-items-center"> |
|
|
|
|
<div class="input-group input-group-outline me-2"> |
|
|
|
|
<input type="text" wire:model.debounce.500ms="search" wire:keydown.enter="resetPage" |
|
|
|
|
class="form-control" placeholder="Search..."> |
|
|
|
|
</div> |
|
|
|
|
<button wire:click="showForm" class="btn btn-sm btn-outline-secondary me-2"> |
|
|
|
|
<button wire:click="resetPage" class="btn btn-sm btn-outline-primary me-2"> |
|
|
|
|
Search |
|
|
|
|
</button> |
|
|
|
|
<button wire:click="showForm" class="btn btn-sm btn-outline-secondary"> |
|
|
|
|
+ New |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|