@include('htmlpage.frontent.layout.app')
@foreach ($projects as $index => $project) @if($index === 0)

{{ $project->categoryModel->title }}


@endif @if ($index % 2 != 0) @endif @endforeach
@foreach ($projects as $index => $project) @if ($index % 2 == 0) @endif @endforeach
@include('htmlpage.frontent.layout.footer')