Closed nael94 closed 3 months ago
Code example:
@forelse (['test', 'another test'] as $item) Current item: ({{ $item }}) @empty List is empty @endforelse
The output is always: "List is empty".
This issue has been solved within the same solving #7
Code example:
The output is always: "List is empty".