@if(count($items) > 0)
@foreach($items as $offer) @include('front.user.offer._offer_card') @endforeach
{{ $items->withQueryString()->links('front.pagination') }}
@else

@lang('No Items Found')

@endif