@extends('layouts.public') @section('content')
@php $i = 0; $x = 0; $p = 0; @endphp @foreach($articles as $key => $article) @if($i % 2 == 0 && $i != 0 && $i % 4 != 0) @if(isset($jobs[$x])) @endif @php $x++; @endphp @endif @if($i != 0 && $i % 4 == 0 && Auth::check()) @if(isset($person[$p])) @endif @php $p++; @endphp @endif @php $i++; @endphp @endforeach
{{ $articles->links() }}