Showing 1 - @if($listings->perPage() <= $listings->total()) {{ $listings->perPage() }} @else {{ $listings->total() }} @endif of {{ $listings->total() }} results

@if($typ == 'grid')
@if(!empty($listings)) @foreach($listings as $list)
@endforeach @endif
@else @if(!empty($listings)) @foreach($listings as $list) @endforeach @endif @endif