Show archived payment methods

This commit is contained in:
Benjamin Beganović 2021-09-10 21:48:35 +02:00
parent b81f247de3
commit e6474b2d07

View File

@ -37,6 +37,7 @@ class PaymentMethodsTable extends Component
->where('company_id', $this->company->id)
->where('client_id', $this->client->id)
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
->withTrashed()
->paginate($this->per_page);
return render('components.livewire.payment-methods-table', [