Merge pull request #2647 from brkcvn/master

No record text controlled for reviews
This commit is contained in:
Burak Civan 2022-10-03 09:56:20 +03:00 committed by GitHub
commit c94f395f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
</div>
@stack('pagination_end')
@else
@elseif (! count($reviews->data))
<div class="flex">
<small>{{ trans('general.no_records') }}</small>
</div>