Closed samankassou closed 3 years ago
Why don't use @forelse instead of @foreach so we can show a message like Not item found when the request has no result. I think it is more expressive than an empty' table
@forelse
@foreach
Fixed in https://github.com/riteshsingh1/livewire-crud/releases/tag/v2.3.1
Why don't use
@forelse
instead of@foreach
so we can show a message like Not item found when the request has no result. I think it is more expressive than an empty' table