@include('htmlpage.frontent.layout.app') @foreach ($category as $index => $projectCategory) @if($index === 0) We are Design plus Architectural Consultants Kozhikode Kerala Architectural | Interior | Landscape | Project Management @endif @if ($index % 2 != 0) {{ $projectCategory->category }} View Details @endif @endforeach @foreach ($category as $index => $projectCategory) @if ($index % 2 == 0) {{ $projectCategory->category }} View Details @endif @endforeach @include('htmlpage.frontent.layout.footer')