@include('htmlpage.frontent.layout.app') @foreach ($projects as $index => $project) @if($index === 0) {{ $project->categoryModel->title }} @endif @if ($index % 2 != 0) {{ $project->project_name }} {{ $project->location }} @endif @endforeach @foreach ($projects as $index => $project) @if ($index % 2 == 0) {{ $project->project_name }} {{ $project->location }} @endif @endforeach Back @include('htmlpage.frontent.layout.footer')