@php
$id = get_sub_field('project')->ID;
$link = get_permalink($id);
$image_url = get_the_post_thumbnail_url($id, 'full');
$title = get_the_title($id);
$alignment = get_sub_field('alignment');
// second project
if(get_sub_field('project_two')){
$id2 = get_sub_field('project_two')->ID;
$link2 = get_permalink($id2);
$image_url2 = get_the_post_thumbnail_url($id2, 'custom');
$title2 = get_the_title($id2);
}
@endphp
@if($index >= 1)

@if($alignment == "two")

@endif
@endif
@php $index++ @endphp