@foreach ($chunkedItems as $notice)
- Hiring for: {{ $notice['postfor'] }}
- Notice by: {{ $notice['postby'] }}
- Last Date for Apply/Drive Date:
{{ $notice['status'] === 'Active' && strtotime($notice['drivedateraw']) > strtotime('2010-01-01')
? $notice['drivedate']
: ($notice['status'] === 'Expired'
? $notice['drivedate']
: 'Will be declared soon') }}
- Posted on: {{ $notice['date'] }}
{!! !$loop->last ? '
' : '' !!}
@endforeach
{{ $items->links() }}