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

@lang('No Items Found')

@endif