fixed issue #366

This commit is contained in:
Prashant Singh 2018-12-21 14:15:24 +05:30
parent 54a268302b
commit a69807c488
1 changed files with 26 additions and 25 deletions

View File

@ -9,6 +9,7 @@
{{ __('shop::app.search.no-results') }}
@endif
@if($results)
<div class="main mb-30" style="min-height: 27vh;">
@if($results->isEmpty())
<div class="search-result-status">
@ -37,5 +38,5 @@
@include('ui::datagrid.pagination')
@endif
</div>
@endif
@endsection