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