{{-- @if(!empty($lower_applications)) @foreach($lower_applications as $key => $user) @endforeach @endif
{{ $no }} or less
Application Number First Name Last Name Applicant Phone Total Household Total Children
{{$user->app_number}} {{$user->first_name}} {{$user->last_name}} {{$user->contact_no}} {{$user->no_of_people_lived}} {{$user->member_of_household}}

@if(!empty($upper_applications)) @foreach($upper_applications as $key => $user) @endforeach @endif
{{ $no +1 }} or more
Application Number First Name Last Name Applicant Phone Total Household Total Children
{{$user->app_number}} {{$user->first_name}} {{$user->last_name}} {{$user->contact_no}} {{$user->no_of_people_lived}} {{$user->member_of_household}}
--}}
{{ $no }} or less {{ $no +1 }} or more
{{ $lower_applications }} {{ $upper_applications }}