Show archived credits table
This commit is contained in:
parent
a41c77ffba
commit
b81f247de3
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ class CreditsTable extends Component
|
|||
->orWhereNull('due_date');
|
||||
})
|
||||
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
|
||||
->withTrashed()
|
||||
->paginate($this->per_page);
|
||||
|
||||
return render('components.livewire.credits-table', [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue