@if($list->isNotEmpty())
@foreach($list as $value)
@endforeach
@if($list->currentPage()<$list->lastPage())
@endif
@else
@include('app.hardware.layout.list_empty')
@endif